Project:Drupal core
Component:user system
Category:bug report
Priority:critical
Assigned:Chris Johnson
Status:closed (fixed)

Issue Summary

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? :)

Comments

#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

Assigned to:Anonymous» Chris Johnson

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

Title:Cannot log in on current HEAD!» Cannot log in on current HEAD

#5

Status:active» needs review

user.module seriously needs to be refactored.

This is a one-line change (6 characters, actually) to fix the form action URL.

AttachmentSizeStatusTest resultOperations
user1login.patch1.63 KBIgnored: Check issue status.NoneNone

#6

Status:needs review» fixed

#7

Committed to HEAD. Thanks.

#8

Status:fixed» closed (fixed)
nobody click here