-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically changes the password when the field kept blank #78
Comments
Hey thanks a lot for reporting this. I'll ship a fix for this bug very soon! Awesome to see you using a lot of these features already ! Thank you very much ! |
when a resource is being updated on a form on the cms, if the field is untouched, the cms updates the database value nonetheless. this fix makes sure if a field is untouched, its database value is also untouched fix #78
when a resource is being updated on a form on the cms, if the field is untouched, the cms updates the database value nonetheless. this fix makes sure if a field is untouched, its database value is also untouched fix #78
when a resource is being updated on a form on the cms, if the field is untouched, the cms updates the database value nonetheless. this fix makes sure if a field is untouched, its database value is also untouched fix #78
when a resource is being updated on a form on the cms, if the field is untouched, the cms updates the database value nonetheless. this fix makes sure if a field is untouched, its database value is also untouched fix #78
hello @Manjit2003 I just published a patch that fixes this bug. Can you please update to the latest version ( Let me know if you need any help ! Thank you very much for trying it out and providing feedback ! |
Bug report
Describe the bug
Whenever I edit the user for example I have extened the user using
then whenever I try to edit the avatar of user from the cms, i keep the password field blank... But whenever the user trys to log in it shows invalid credentials
Steps to reproduce the behavior
Expected behavior
Only the avatar should change, not the password
The text was updated successfully, but these errors were encountered: