diff rhodecode/lib/auth.py @ 2000:72c525a7e7ad beta

added migrations from 1.2.X to 1.3
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 19 Feb 2012 17:41:07 +0200
parents 4d3179d2adfe
children 7e979933ffec
line wrap: on
line diff
--- a/rhodecode/lib/auth.py	Sun Feb 19 05:15:04 2012 +0200
+++ b/rhodecode/lib/auth.py	Sun Feb 19 17:41:07 2012 +0200
@@ -226,8 +226,8 @@
                  'lastname': safe_unicode(get_ldap_attr('ldap_attr_lastname')),
                  'email': get_ldap_attr('ldap_attr_email'),
                 }
-                
-                # don't store LDAP password since we don't need it. Override 
+
+                # don't store LDAP password since we don't need it. Override
                 # with some random generated password
                 _password = PasswordGenerator().gen_password(length=8)
                 # create this user on the fly if it doesn't exist in rhodecode