User tests: Successful: Unsuccessful:
Closes #27147.
Disable Password Reset Required
flag when after users complete password reset.
Create a user. Set "Require Password Reset" to Yes
.
In frontend, use password reset form for that user.
Reset the password.
Login.
Not required to reset password again.
Required to reset password again.
No.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_users |
Labels |
Added:
?
|
Looks right just going from memory.
can i as a beginner work on this issue to contrive a patch ??please can anyone guide me i am new to open source
@vbv2312 this is already a patch for issue #27147. No need for another patch for the same issue, unless you have a better/nicer solution. Other than that, yes, you can work on any issue you want and don't need to ask for permission. See this documentation page for information about contributing https://docs.joomla.org/Portal:Joomla!_Code_Contributors.
Can you please suggest some good first bugs for me I am a beginner and want to contribute . Thanks
@vbv2312 you could simply test this one for start https://docs.joomla.org/Testing_Joomla!_patches
@vbv2312 you could simply test this one for start https://docs.joomla.org/Testing_Joomla!_patches
okk can you please lay out some more tasks so that i can brush up my contribution to open source
Have you tested this PR ?
if yes, you should "Record your test results" as reported here https://docs.joomla.org/Testing_Joomla!_patches
I have tested this item
Works great. Flag is disabled after user resets password.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-01-09 11:52:42 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
Thanks
This should not be needed in component level MVC. There is logic in the User class to take care of clearing the flag if the class is actually used correctly.