Jump to content
  • 0

disable email veri


Question

3 answers to this question

Recommended Posts

Posted

Guys how do you disable email confirmation on flux cp.

config\application.php

 

'RequireEmailConfirm'  => true, //to enable

'RequireEmailConfirm'  => false, //default disabled

Posted

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.

Posted

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

  • Upvote 2
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...