张骏 <[EMAIL PROTECTED]> writes: > 在 2006-1-26 16:23:[EMAIL PROTECTED] 写道: >> Their is a strange bug in the admin interface of django >> 1- i want to add new user from the admin interface >> 2- i went to users and add new user >> 3-i write my password >> but i can't log in with this password >> what i noticed is that this password is not saved as md5 in thedatabase so >> it is not working >> so how i can add user from admin interface >> what is wrong with the password? >> >> Mary Adel >> SoftwareDevelopper >> >> ITrize-Egypt 13 Naguib Hashad medan elhegazheliopolis >> email: [EMAIL PROTECTED] >> Office:+202 - 6236612 EXT. 102 >> Mobile: +2012 5241719 > 1. copy your admin user's password to new user. > 2. login with new user. > 3. change the password as you wish. >
Or create the user through the python api: <http://www.djangoproject.com/documentation/authentication/#creating-users>. Then you can give them a different password. -- -John Sullivan -http://www.wjsullivan.net -GPG Key: AE8600B6