Difference between revisions of "Extensions:User Username Changes"
Jump to navigation
Jump to search
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
(Create Extensions:User Username Changes Page) Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=User Username Changes|desc=Allows users to change their usernames without staff assistance.|auth=AnimatedCritter|status=stable|github={{Github|user=AnimatedCritter|branch=extension/user-username-changes}}|LKVer=2.1.0|migration=yes|package=no}} |
− | + | This extension allows users to change their usernames without assistance of a staff member. It also introduces a username log to keep track of all name changes, as well as a username cooldown. Staff can bypass the cooldown via the user index panel (/admin/users), if need-be. | |
== Installation == | == Installation == | ||
− | < | + | Pull and merge the branch, making sure to address any merge issues. |
+ | |||
+ | Afterwards, run the following commands in your console: | ||
+ | |||
+ | <code>php artisan migrate</code> | ||
+ | |||
+ | <code>php artisan add-site-settings</code> | ||
+ | |||
+ | <code>php artisan update-extension-tracker</code> | ||
== Configuration == | == Configuration == | ||
− | < | + | <code>username_change_cooldown</code> |
− | + | * determines how many days a user must wait before being able to change their username again. | |
− | + | * By default, this is set to 30 days. | |
+ | * To set no cooldown, change this value to 0. | ||
+ | |||
== Troubleshooting == | == Troubleshooting == | ||
− | + | If you are having any issues (or have suggestions to improve this extension) you can find me over on the Lorekeeper Discord server (AnimatedCritter#7094)! | |
== Images == | == Images == | ||
− | |||
− | |||
− | |||
+ | [[File:Screenshot 2023-05-02 120009.png|none|thumb]] |
Revision as of 09:09, 2 May 2023
Description | Allows users to change their usernames without staff assistance. |
---|---|
Author(s) | AnimatedCritter |
Status | stable |
Github | extension/user-username-changes |
LK Version | 2.1.0 |
Contains a Migration | |
This extension allows users to change their usernames without assistance of a staff member. It also introduces a username log to keep track of all name changes, as well as a username cooldown. Staff can bypass the cooldown via the user index panel (/admin/users), if need-be.
Installation
Pull and merge the branch, making sure to address any merge issues.
Afterwards, run the following commands in your console:
php artisan migrate
php artisan add-site-settings
php artisan update-extension-tracker
Configuration
username_change_cooldown
- determines how many days a user must wait before being able to change their username again.
- By default, this is set to 30 days.
- To set no cooldown, change this value to 0.
Troubleshooting
If you are having any issues (or have suggestions to improve this extension) you can find me over on the Lorekeeper Discord server (AnimatedCritter#7094)!