The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Reset Password
#1
What must be set in order to reset the password in the control panel?
 In the Username box I enter the assigned/registered user but GetSimple does not send me a new password in the mailbox. How can I solve this situation?


Attached Files Thumbnail(s)
   
Reply
#2
(2024-01-20, 05:06:41)LogicPHP Wrote: What must be set in order to reset the password in the control panel?
 In the Username box I enter the assigned/registered user but GetSimple does not send me a new password in the mailbox. How can I solve this situation?

You can manually edit the file. For example (my user being "admin"):
/data/users/admin.xml 

Update <PWD> section to the following:
Code:
<PWD>9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684</PWD>

This will change the password to "pass".


GS Community Edition with php8.x compatibility, new features and much more!  Support Me


Reply
#3
But resending the password or new one password, using the "Forgot password->Send new password" option doesn't work?
Reply
#4
(2024-01-20, 20:42:46)islander Wrote:
(2024-01-20, 05:06:41)LogicPHP Wrote: What must be set in order to reset the password in the control panel?
 In the Username box I enter the assigned/registered user but GetSimple does not send me a new password in the mailbox. How can I solve this situation?

You can manually edit the file. For example (my user being "admin"):
/data/users/admin.xml 

Update <PWD> section to the following:
Code:
<PWD>9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684</PWD>

This will change the password to "pass".
But resending or new one password the password using the "Forgot password->Send new password" option doesn't work?
Reply
#5
(2024-01-21, 21:07:48)LogicPHP Wrote:
(2024-01-20, 20:42:46)islander Wrote:
(2024-01-20, 05:06:41)LogicPHP Wrote: What must be set in order to reset the password in the control panel?
 In the Username box I enter the assigned/registered user but GetSimple does not send me a new password in the mailbox. How can I solve this situation?

You can manually edit the file. For example (my user being "admin"):
/data/users/admin.xml 

Update <PWD> section to the following:
Code:
<PWD>9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684</PWD>

This will change the password to "pass".
But resending or new one password the password using the "Forgot password->Send new password" option doesn't work?

To be honest, I have not had the need to try this, so no idea.
Nobody else has reported it until now either.
I will try to take a look at this soon and see if I find a problem or solution.

If you wouldnt mind, post what version of GS and php you are using.


GS Community Edition with php8.x compatibility, new features and much more!  Support Me


Reply
#6
(2024-01-22, 07:08:30)islander Wrote:
(2024-01-21, 21:07:48)LogicPHP Wrote:
(2024-01-20, 20:42:46)islander Wrote:
(2024-01-20, 05:06:41)LogicPHP Wrote: What must be set in order to reset the password in the control panel?
 In the Username box I enter the assigned/registered user but GetSimple does not send me a new password in the mailbox. How can I solve this situation?

You can manually edit the file. For example (my user being "admin"):
/data/users/admin.xml 

Update <PWD> section to the following:
Code:
<PWD>9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684</PWD>

This will change the password to "pass".
But resending or new one password the password using the "Forgot password->Send new password" option doesn't work?

To be honest, I have not had the need to try this, so no idea.
Nobody else has reported it until now either.
I will try to take a look at this soon and see if I find a problem or solution.

If you wouldnt mind, post what version of GS and php you are using.

---------------------------------
GS version is 3.3.19 CE and PHP version is 7.4.33
------------------------------------------
Reply




Users browsing this thread: 1 Guest(s)