Added PSA.

This commit is contained in:
2024-06-06 01:47:22 +02:00
parent 4aef570096
commit ea0e8f5f09
3 changed files with 40 additions and 1 deletions

View File

@@ -64,6 +64,11 @@ module.exports = {
usernameLength: [2, 24],
usernamePattern: /^[a-zA-Z0-9_-]+$/,
},
psa: {
text: 'Welcome to traxxx!', // html enabled
type: 'notice', // notice, alert
enabled: false,
},
stashes: {
nameLength: [2, 24],
namePattern: /^[a-zA-Z0-9!?$&\s_-]+$/,