Bug 844609

Summary: Django will generate default password like "}!v,PQ}BEn" which can not log the default user in.
Product: OKD Reporter: Yujie Zhang <yujzhang>
Component: TemplatesAssignee: N. Harrison Ripps <hripps>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: cgole, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rhc-0.96.7-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-07 20:42:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yujie Zhang 2012-07-31 07:39:36 UTC
Description of problem:

After I git push django, sometimes it will generate default password like "}!v,PQ}BEn" , the default user can not log in use this password.

Version-Release number of selected component (if applicable):

devenv_1922

How reproducible:

randomly

Steps to Reproduce:
1.Create a Django app following the quick start directions at https://github.com/openshift/django-example/blob/master/README.md 
2.Log into Django admin UI using generated admin password.
3.
  
Actual results:

Sometimes it will generate default password like "}!v,PQ}BEn" which can not log default use in.There is always remind message like "Please enter the correct username and password for a staff account. Note that both fields are case-sensitive."

Expected results:
The default should always be able to log the default user in.

Additional info:

Comment 1 N. Harrison Ripps 2012-07-31 15:28:13 UTC
I have gone back and found the set of characters that are legal to use in passwords. Pull request pending.

Comment 2 N. Harrison Ripps 2012-07-31 16:55:35 UTC
*** Bug 844537 has been marked as a duplicate of this bug. ***

Comment 3 N. Harrison Ripps 2012-08-01 15:34:30 UTC
The pull request is in, so this fix will be immediately available.

Comment 4 Chandrika Gole 2012-08-01 23:57:24 UTC
Tried this 3 times and each time a valid password was generated each time