2016-04-13, 01:37:49
(2016-04-13, 00:36:22)DesruX Wrote: BTW, is there anyway use the username instead of the email address for login? For the majority of the use-cases it will be a shared login, changed once in a while. I tried to understand where the checks for the prompt are defined. Guess it is in the templates for the login slug?
BR
This option is not built-in, but you can simple replace some $data['email'] with $data['name'] under plugins/frontainer/usersignup.class.php and change the email-input in your plugins/frontainer/tpl/login.signup.im.tpl file to text-field. After that you can replace some "eMail's" by "Username" in your language file.
You can download the modified files also here: http://ehret-studio.com/assets/documents/blog/2016/april/changes.zip
Just replace your originals (do not forget backup existing original files), the language file is't present.