ramadda.showlogin=trueYou can add text to the login form with:
#This is shown at the top of the login form ramadda.user.preface=By logging in you agree to be cool and do good things #This is shown as a checkbox when logging in ramadda.user.agree=I have read and agree to the terms of use ...
ramadda.ishuman.check=trueThis will show a form that, when submitted and verified, sets a cookie that verifies that the client is a human. The default message shown can be set with the property:
ramadda.ishuman.message=Due to the proliferation of AI crawlers we need to check if you are a real person
google.recaptcha.sitekey= google.recaptcha.secret=
#If Google recaptcha is enabled then set this to true ramadda.auth.dorecaptcha=trueIf you want to require a password for certain administrative tasks then set:
ramadda.auth.dopassword=true
ramadda.register.ok=trueYou can specify a pass phrase that has to be entered by the user to allow them to register
ramadda.register.passphrase=some_phraseSpecify a message and a checkbox:
ramadda.register.message=This is the message shown at the top of the registration form #This is shown as a checkbox when registering ramadda.register.agree=I agree to be cool and do good thingsThe default behavior is to set the new user to active. If you want to set their status to pending and not allow them to login until the site Administrator changes their status to active set this to true:
ramadda.register.status.pending=trueSpecify a comma separated list of emails to send a notification of new users registering
ramadda.register.notify=foo@bar.com