Ticket #162 (closed defect: fixed)
admin_user and admin_password not returned after install
| Reported by: | anonymous | Owned by: | mike |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Install | Version: | 1.0b3 |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
I am installing plogger on my localhost. I create a database with phpadmin and the install scrip seems to work OK (all tables are created in the database) but after installing I get:
Setup is now complete
Your username is and your password is Page source looks like this:
<p>Setup is now complete</p>
<p>Your username is <?=$_SESSIONinstall_values?admin_username??> and your password is <?=$_SESSION['install_values']['admin_password']?></p> <p>
Checking my database I can discover that my username is "admin" but the password is hashed. What do I do?
Change History
Note: See
TracTickets for help on using
tickets.
