Ask Your Question
0

Unable to login to my askbot site as admin

asked 2012-07-26 23:45:10 -0500

pajju gravatar image pajju flag of India
563 9 10 22
http://ninjaas.com/

Hi

I'm unable to login back to my askbot site as admin.

Is this an issue with cache? or is this a bug? Thanks.

delete close flag offensive retag edit

Comments

What happens when you try to log in? Are other users able to log in?

todofixthis ( 2012-07-27 08:44:13 -0500 )edit

Yea others can login. But only admin can't. I'm struck. @Evgeny how to reset or make it fix?

pajju ( 2012-07-27 13:59:37 -0500 )edit
1

How did you log in to you admin account? With password or other method? Which? Try to recover your account by email.

Evgeny ( 2012-07-27 14:55:54 -0500 )edit

I login with a password. Also I had not configured emails so i don't have option for recovery. @Evgeny

pajju ( 2012-07-28 12:57:22 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-07-28 15:44:51 -0500

Evgeny gravatar image Evgeny flag of Chile
11329 50 84 183
http://askbot.org/

updated 2012-07-28 16:24:26 -0500

Do you have a hosted site at askbot.com, if so, then tell which site and I will help you. Most likely you've made the typo in your password the first tim or forgot it.

If you are hosting your own site then you can do this:

python manage.py shell
>>> from django.contrib.auth.models import User
>>> me = User.objects.get(username='myusername')
>>> me.set_password('my_new_password')
>>> me.save()
>>> exit()
link publish delete flag offensive edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-07-26 23:45:10 -0500

Seen: 114 times

Last updated: Jul 28 '12