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
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.
all good thank you!