Skip to content

Commit

Permalink
Make users adhere to our password and email rules
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanhenrik committed Mar 21, 2019
1 parent 8f7fb06 commit 2214c37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lego/apps/users/fixtures/development_users.yaml
Expand Up @@ -3,12 +3,12 @@
fields:
username: test1
student_username: test1student
password: pbkdf2_sha256$24000$zowF0cRkFimt$qzeoY9hZ0X3zDhlG0FP8imaGto8S2N6ed1AMp83xcn4= # test
password: 'pbkdf2_sha256$120000$YKmWfcu6Hqqv$e0yZQh91HMGZQBkElS3ZjW04rs2XCCK34DqK6P73N0g=' # Webkom123
gender: male
first_name: test
last_name: user1
email: test1@user.com
crypt_password_hash: '$6$akKj2oBqaAp/2T5.$m73QJBWs0TiBMHTX3PSs/xhde0YKkr4PnKocXAo.T6SGz/qwhiPh0Gdo.2DTiYnNhyIifv7Fe.cTaVachdgrm.' # webkom
crypt_password_hash: '$6$/VqkvlFzdX7Od/MZ$7j2IPY.NIDym.ktBNHkt5o5qnZvCIkRnVX1LW4A5RNbA6Zg1Zq6pvi72NFdxy4j1wUfTpwfIe8rRO1HL3n.7R.' # Webkom123
- model: users.User
pk: 2
fields:
Expand All @@ -25,17 +25,17 @@
gender: male
picture: 'default_other_avatar.png'
last_name: webkom
email: webkom@abakus.no
password: pbkdf2_sha256$12000$H0aWD4yl0CVd$b0S/vVYcRRGqXygh1390tc9eyKBMyIgcp3SAbkxIBb0= # webkom
email: webkom@aba.wtf
password: 'pbkdf2_sha256$120000$YKmWfcu6Hqqv$e0yZQh91HMGZQBkElS3ZjW04rs2XCCK34DqK6P73N0g=' # Webkom123
- model: users.User
pk: 4
fields:
username: bedkom
first_name: bedkom
picture: default_female_avatar.png
last_name: bedkom
email: bedkom@abakus.no
password: pbkdf2_sha256$30000$LRjfuW81G3u9$8lEi6kbgZ3ai/dBicdWi/wO1wZU93rT10WaF1vekEMs= # bedkom
email: bedkom@aba.wtf
password: 'pbkdf2_sha256$120000$rhBO1zmtTZsr$smSDnW2pSOl7kac1ErGVJnRvB5fapOFBQnKqBKr/Q8g=' # Bedkom123
- fields:
email: jburke186@ekrubnylcaj.com
first_name: Jaclyn
Expand Down

0 comments on commit 2214c37

Please sign in to comment.