Ticket #591 (closed defect: fixed)
Registration - Login Logic Problem
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8.2 |
| Component: | Registration | Version: | 0.8 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Chrishajer pointed out a logic problem with registration to login for the first time. You enter in your information in the register.php page and it takes you to the completed page with a login form on it telling you to check your email for the password. That is fine up until this point. If you take the password from your email and login off that page, it redirects you to bb-login.php and:
Registration You’re already logged in, why do you need to register?
It would be better to redirect back to the main page.
Trent
Change History
- Owner set to mdawaffe
- Status changed from new to assigned
- Milestone set to 1.0
- Status changed from assigned to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
I guess this happens as well if you login on the register.php page. Not that anyone should even be able to get to register.php without hardcoding the link.....