Jump to content
  • 0

FluxCP Reset Pass


xGod

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  07/08/18
  • Last Seen:  

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

  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  07/08/18
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  07/08/18
  • Last Seen:  

@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

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  07/08/18
  • Last Seen:  

@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

×
×
  • Create New...