[PR #80] [MERGED] Add a command to create a user from command line #576

Closed
opened 2026-03-01 17:48:15 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

  • c9f077e Add a command to create a user from command line
  • ec0cdd4 Make 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.

## 📋 Pull Request Information **Original PR:** https://github.com/anonaddy/anonaddy/pull/80 **Author:** [@slurdge](https://github.com/slurdge) **Created:** 9/22/2020 **Status:** ✅ Merged **Merged:** 9/27/2020 **Merged by:** [@willbrowningme](https://github.com/willbrowningme) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`c9f077e`](https://github.com/anonaddy/anonaddy/commit/c9f077e96948251909811490904a136a1f47d1a4) Add a command to create a user from command line - [`ec0cdd4`](https://github.com/anonaddy/anonaddy/commit/ec0cdd40c9de193618abe0ac350451a1a4465665) Make requested changes for Laravel 8 ### 📊 Changes **1 file changed** (+97 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `app/Console/Commands/CreateUser.php` (+97 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:48:15 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#576
No description provided.