Skip to content

Commit

Permalink
create user simple script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Dugo Martin committed Apr 25, 2012
1 parent f9c9e5c commit 2d47561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_user_simple.py
Expand Up @@ -53,7 +53,7 @@ def GenPasswd():
u.is_superuser = False

# set password
u.set_passwd(passwd)
u.set_password(passwd)

u.save()

Expand Down

0 comments on commit 2d47561

Please sign in to comment.