Cannot log in on current HEAD
webchick - October 27, 2005 - 15:17
| Project: | Drupal |
| Component: | user system |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Chris Johnson |
| Status: | closed |
Description
Steps to reproduce:
1. Download a brand spankin' new copy of HEAD.
2. Create the initial user.
3. After the password is given to you, click the "Log in" button.
4. You're redirected to user/1/edit with an "Access denied" message
5. Try to login the "normal" way, same issue.
Um. Help? :)

#1
A follow up to this:
Logging in from /user works (thanks, hunmonk!). Logging in from the login block does not, and neither does logging in from the password generation screen.
#2
Confirmed.
Ok, so botched their edit of user.module? :-)
Debugging now...
#3
This issue causes the issue mentioned here http://drupal.org/node/35410
#4
#5
user.module seriously needs to be refactored.
This is a one-line change (6 characters, actually) to fix the form action URL.
#6
#7
Committed to HEAD. Thanks.
#8