29 lines
742 B
INI
29 lines
742 B
INI
[chibi]
|
|
userCodeDir=./src/
|
|
prettyPrint=1
|
|
|
|
[main]
|
|
dbPath=./db.sqlite
|
|
title=szurubooru
|
|
|
|
[registration]
|
|
emailActivation = 0
|
|
adminActivation = 0
|
|
passMinLength = 5
|
|
passRegex = "/^.+$/"
|
|
userNameMinLength = 3
|
|
userNameRegex = "/^[\w_-]+$/ui"
|
|
salt = "1A2/$_4xVa"
|
|
|
|
activationEmailSenderName = "{host} registration engine"
|
|
activationEmailSenderEmail = "noreply@{host}"
|
|
activationEmailSubject = "{host} activation"
|
|
activationEmailBody = "Hello,
|
|
|
|
You received this e-mail because someone registered an user with this address at {host}. If it's you, visit {link} to finish registration process, otherwise you may ignore and delete this e-mail.
|
|
|
|
Kind regards,
|
|
{host} registration engine"
|
|
|
|
[privileges]
|
|
uploadPost=registered
|