You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.
Management command to add phony accounts (accounts with no email)
Management command to invite people to use the application
Scenario: Add phony accountsGiven I am logged in on the deployed application server
And I have the <file> with the columns First Name, Last Name, User Name, Email
When I run ./manage.py add_accounts <file>Then for each row in <file> having <First Name><Last Name><User Name><Email>I will see in admin an Account with <First Name><Last Name><Username> an unusable password and empty email
Examples:
| file | FirstName | LastName | UserName | Email | | in.txt | Gigi | Duru | gigi.duru | gigi.duru@duru.com | | in.txt | Ion | Glanetasul | ion.gl | ion@glie.com |Scenario: Invite accountsGiven I am logged in on the deployed application server
And I have the <file> with the columns First Name, Last Name, User Name, Email
When I run ./manage.py invite_accounts <file>Then for each row in <file> having <First Name><Last Name><User Name><Email>A random password will be generated for <User Name>And an email will be sent at <Email> containing <User Name> and the generated password.
Examples:
| file | FirstName | LastName | UserName | Email | | in.txt | Gigi | Duru | gigi.duru | gigi.duru@duru.com | | in.txt | Ion | Glanetasul | ion.gl | ion@glie.com |
Parent issue #105
Deliverables
Solution
TODOs
Prerequisites
Files
The text was updated successfully, but these errors were encountered: