Closed (fixed)
Project:
Webserver authentication
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2008 at 15:59 UTC
Updated:
22 Sep 2008 at 11:57 UTC
I have webserver_auth running on my Drupal site so users are authenticated against an htpasswd file. However, if a user edits their account in Drupal their email address is wrong. But changing and saving the email address does nothing; it is still wrong. The email address always seems to be the user's username. Any ideas how to fix this?
Thanks
Comments
Comment #1
Paul Natsuo Kishimoto commentedHi—could you be a bit more detailed? Which configuration options do you have on in webserver_auth? What you seem to be saying is:
...but please describe it in your own words.
Comment #2
stodge commentedI think this may be a web browser cache problem. For some reason Chrome was caching "saved form data" incorrectly. I cleared the cache and restarted the browser and it seems to work ok.
Thanks