mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
add more fake data to test HIBP
This commit is contained in:
parent
af1eb558d5
commit
17500aef51
1 changed files with 2 additions and 1 deletions
|
@ -298,8 +298,9 @@ def fake_data():
|
|||
m1.pgp_finger_print = load_public_key(pgp_public_key)
|
||||
db.session.commit()
|
||||
|
||||
# example@example.com is in a LOT of data breaches
|
||||
# example@example.com and hey@example.com is in a LOT of data breaches
|
||||
Alias.create(email="example@example.com", user_id=user.id, mailbox_id=m1.id)
|
||||
Alias.create(email="hey@example.com", user_id=user.id, mailbox_id=m1.id)
|
||||
|
||||
for i in range(3):
|
||||
if i % 2 == 0:
|
||||
|
|
Loading…
Reference in a new issue