Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

login info? #2

Open
joelbrock opened this issue Jan 2, 2010 · 4 comments
Open

login info? #2

joelbrock opened this issue Jan 2, 2010 · 4 comments

Comments

@joelbrock
Copy link

i see an admin user in the comet.users table. whats the password? i tried to add a new user by hand but it no worky. i tried both MD5 and SHA1.

Is it in the docs and im missing it?

@joelbrock
Copy link
Author

o. i decrypterd it. it's "admin" duh.

anyway, still no worky?....i'll try upping to PHP5.3

@joelbrock
Copy link
Author

No Go.
I'm now running php 5.3 with (i believe) all the necesary dependencies.
Any thoughts?

@joelbrock
Copy link
Author

Not sure if this is related to my login issues but:
CoMET/tabs/users.php:33 references a userHandler script that seems to be missing from the git repo?

@haus
Copy link
Owner

haus commented Jan 3, 2010

hum...weird...is pear auth installed with mdb2, and mdb2/mysqli? i think i ran into a similar issue when installing.
the password is hashed with md5. so to change it to what you want (or to add another user), just update password=md5('newpassword'). and the login form should all be coming from login.php, the users tab is barely past the thought stage and userHandler will be coming down the pipe at some point, but isn't called for login.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants