Jump to content
  • 0
xGod

FluxCP Reset Pass

Question

I'm having this kind of error when I try resetting pass on my fluxcp.

Password recovery cannot be used for this account.

tried it with the default theme and the custom theme.

 

application.php

	'RequireEmailConfirm'		=> false,					// Require e-mail confirmation during registration.
	'RequireChangeConfirm'		=> false,					// Require confirmation when changing e-mail addresses.

	'MailerFromAddress'			=> '[email protected]',		// The e-mail address displayed in the From field.
	'MailerFromName'			=> 'name',			// The name displayed with the From e-mail address.
	'MailerUseSMTP'				=> false,					// Whether or not to use a separate SMTP server for sending mail.
	'MailerSMTPUseSSL'			=> false,					// Whether or not mailer should connect using SSL (yes for GMail).
	'MailerSMTPUseTLS'			=> false,					// Same as above SSL setting, but for TLS.  This setting will override the SSL setting.
	'MailerSMTPPort'			=> null,					// When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
	'MailerSMTPHosts'			=> null,					// When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
	'MailerSMTPUsername'		=> null,					// When MailerUseSMTP is true: Authorized username for SMTP server.
	'MailerSMTPPassword'		=> null,

This is my setting.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
9 hours ago, xGod said:

I'm having this kind of error when I try resetting pass on my fluxcp.

Password recovery cannot be used for this account.

tried it with the default theme and the custom theme.

cannot find the string 🤔

 

edit: typo,

so change this config in application.php

	'NoResetPassGroupLevel'		=> AccountLevel::LOWGM,		// Minimum group level of account to prevent password reset using control panel.

 

Edited by Cydh
  • MVP 1
Link to comment
Share on other sites

  • 0
5 hours ago, Cydh said:

cannot find the string 🤔

 

edit: typo,

so change this config in application.php

	'NoResetPassGroupLevel'		=> AccountLevel::LOWGM,		// Minimum group level of account to prevent password reset using control panel.

 

Should i change it to something like NOONE ?

Edit :

Tried changing it to NOONE and this error appears

Strict Standards
: Accessing static property Flux_Mailer::$errLog as non static in
/home/admin/web/rotheorigin.com/public_html/lib/Flux/Mailer.php
on line
20


Strict Standards
: Accessing static property Flux_Mailer::$log as non static in
/home/admin/web/rotheorigin.com/public_html/lib/Flux/Mailer.php
on line
21

 

Edited by xGod
Link to comment
Share on other sites

  • 0

@Cydh It's working now. I changed it to HIGHGM and others can change pass now except the highest gm level.

Edit :

NOT WORKING SORRY.

Email has been sent to my email but when i click the reset pass link given. It's not working.

Edited by xGod
Link to comment
Share on other sites

  • 0

@Cydh It's working now. Topic closed. I didnt see there's another email that contains the new password. Sorry.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.