First time here? Check out the FAQ!

arturdaz's profile - activity

2015-07-28 09:16:03 -0500 received badge Popular Question (source)
2015-07-28 09:16:03 -0500 received badge Notable Question (source)
2014-08-02 16:37:27 -0500 received badge Famous Question (source)
2013-10-01 07:58:55 -0500 received badge Famous Question (source)
2012-12-12 15:20:35 -0500 received badge Editor (source)
2012-12-12 15:20:18 -0500 asked a question Translation doesn't work

I'm translating askbot to pt_BR and I can't translate that (in django.po):

#: forms.py:188
#, python-format
msgid ""
"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
"be used."
msgid_plural ""
"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
"be used."
msgstr[0] ""
"Tags são palavras-chave, sem espaços. Até %(max_tags)d tags podem ser usadas."
msgstr[1] ""
"Tags são palavras-chave curtas, sem espaços. Até %(max_tags)d tags podem ser usadas."

What I am doing wrong?

2012-12-11 14:04:53 -0500 answered a question How to log in as administrator after password login was disabled?

Thanks for the help !! I just loged in at /settings and changed de login providers, now everything runs well !

2012-12-11 14:02:40 -0500 received badge Nice Question (source)
2012-12-11 13:32:02 -0500 received badge Student (source)
2012-12-11 13:25:46 -0500 asked a question How to log in as administrator after password login was disabled?

I have disabled askbot login and left just facebook login enabled. Now I need to login with my admin account, but I don't know how. I don't want to drop my database and create a new one. What can I do ?