Roundcube Community Forum

 

field customization

Started by dang88, November 17, 2024, 02:07:23 PM

Previous topic - Next topic

dang88

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

SKaero

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.

dang88