FEU - convert password after input
Posted: Mon Feb 27, 2017 11:24 am
Hi. I'm running CMS Made Simple 2.1.6. PHP version is 5.5.38 I am running FrontEndUsers 2.3.2 / CGExtension v1.53.18 / CGSimpleSmarty v2.1.6
In FEU, using FEU Standard Authentication, is it possible to convert the password that is entered by a user during login to all lower case for example after the form is submitted and before it is checked against the database? We need to do this for one particular generic user account. Is it possible to add this code within the "FrontEndUser::Login Form" template?
Also in FEU, where do we see all possible values of $error? We want to change the message that is being displayed by evaluating the value of $error.
Thanks for any input.
In FEU, using FEU Standard Authentication, is it possible to convert the password that is entered by a user during login to all lower case for example after the form is submitted and before it is checked against the database? We need to do this for one particular generic user account. Is it possible to add this code within the "FrontEndUser::Login Form" template?
Also in FEU, where do we see all possible values of $error? We want to change the message that is being displayed by evaluating the value of $error.
Thanks for any input.