Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: dang88 on November 17, 2024, 02:07:23 PM

Title: field customization
Post by: dang88 on November 17, 2024, 02:07:23 PM
probably a stupid question is there a way to customize the login field placeholders?

like as the defaults placeholders are 'Username' and Password. IS there a way to change 'Username' to something like '[email protected]'

Any help appreciated
Title: Re: field customization
Post by: SKaero on November 17, 2024, 09:47:16 PM
There isn't really a easy way to do it. The placeholder text in the elastic skin is set here: https://github.com/roundcube/roundcubemail/blob/release-1.6/skins/elastic/ui.js#L1144

You could make a extended skin https://github.com/roundcube/roundcubemail/wiki/Skins#extending-skins and change it or I think I would try to do it with a plugin that would set what you want.
Title: Re: field customization
Post by: dang88 on November 18, 2024, 06:08:23 AM
all good thank you!