deso Posted July 19, 2013 Posted July 19, 2013 Guys how do you disable email confirmation on flux cp.
Brynner Posted July 19, 2013 Posted July 19, 2013 Guys how do you disable email confirmation on flux cp. config\application.php 'RequireEmailConfirm' => true, //to enable 'RequireEmailConfirm' => false, //default disabled
deso Posted July 19, 2013 Author Posted July 19, 2013 Sir I tried to make account but when I try to login the password but when I look at the phpadmin the password is changed.
Brynner Posted July 19, 2013 Posted July 19, 2013 Sir I tried to make account but when I try to login the password but when I look at the phpadmin the password is changed. have you disabled the UseMD5? config\servers.php 'UseMD5' => true, //default 'UseMD5' => false, //disable 2
Question
deso
Guys how do you disable email confirmation on flux cp.
3 answers to this question
Recommended Posts