mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[PR #80] [MERGED] Add a command to create a user from command line #1142
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#1142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anonaddy/anonaddy/pull/80
Author: @slurdge
Created: 9/22/2020
Status: ✅ Merged
Merged: 9/27/2020
Merged by: @willbrowningme
Base:
master← Head:master📝 Commits (2)
c9f077eAdd a command to create a user from command lineec0cdd4Make requested changes for Laravel 8📊 Changes
1 file changed (+97 additions, -0 deletions)
View changed files
➕
app/Console/Commands/CreateUser.php(+97 -0)📄 Description
I could follow your example of listing user. This command creates a user with (slightly) more powers than the sign-in form.
Especially, there is validation of blacklist of words.
The password is the userid by default. Users should be able to reset the password themselves.
An option could be added to manually validate the mail.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.