answer is not updating on user/uid/edit
elvis2 - December 29, 2007 - 05:55
| Project: | Password reset |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
I found that when doing the following, the question and answer are not stored in the password_reset_users table:
1) login
2) goto "edit account" (for admin it is site.com/user/1/edit)
3) fill in an answer to a question
4) submit
5) go back to "edit account"
You will see that your answer and question (if more than one question you will see the one you selected is not selected) was not saved. If you logout and goto site.com/user/password and fill out the form the next page will not display much, because the query to password_reset_users does not have the qui or answer populated.
Any solutions?

#1
I found that the cache module is sometimes a problem. Have you tried turning it off or using CacheExclude?
#2
Works fine for me. Sounds like a cache issue.