auth_signup: Password reset by email stopped working
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Low
|
OpenERP R&D Addons Team 1 |
Bug Description
Steps to reproduce:
1. Go to user profile
2. Click on button to reset password
3. Go to email and click on link to reset password
Expected: Form with fields to insert new password
Observed: normal login form, with pre-filled and read-only username
Possible fix:
I've looked at the code, and it seems it's re-setting the form type as "default" even if it's a reset request. I've commented that line and it seems to work fine now.
Diff:
=== modified file 'auth_signup/
--- auth_signup/
+++ auth_signup/
@@ -57,7 +57,7 @@
- self.set(
+ // self.set(
} else {
Related branches
- OpenERP Core Team: Pending requested
-
Diff: 17 lines (+4/-3)1 file modifiedauth_signup/static/src/xml/auth_signup.xml (+4/-3)
Changed in openobject-addons: | |
status: | Fix Committed → Confirmed |
Hello Thinkopen Solutions,
I have checked your issue with latest trunk as well with 7.0. As I have shown you in my above image, the 'Name' & 'User name' field is in read only mode. But Its our feature.So, we cannot consider it as a bug.
And As per the usability discussion I just confirm it for the 'Password' field to replace it with the name of 'New Password', which I mentioned it in my above image.
I hope you understand.
Thank you.