2013-10-05 12:55:03 +02:00
[chibi]
userCodeDir = ./src/
prettyPrint = 1
[main]
dbPath = ./db.sqlite
2013-10-05 21:22:28 +02:00
title = szurubooru
2013-10-05 12:55:03 +02:00
[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"
2013-10-06 13:21:16 +02:00
[privileges]
uploadPost = registered