#1055 Add link to Wiki registration page in config, update translations page
This commit is contained in:
@@ -28,8 +28,9 @@ public class RegistrationSettings implements SettingsHolder {
|
||||
|
||||
@Comment({
|
||||
"Type of registration: PASSWORD or EMAIL",
|
||||
"Password = account is registered with a password supplied by the user;",
|
||||
"Email = password is generated and sent to the email provided by the user."
|
||||
"PASSWORD = account is registered with a password supplied by the user;",
|
||||
"EMAIL = password is generated and sent to the email provided by the user.",
|
||||
"More info at https://github.com/AuthMe/AuthMeReloaded/wiki/Registration"
|
||||
})
|
||||
public static final Property<RegistrationType> REGISTRATION_TYPE =
|
||||
newProperty(RegistrationType.class, "settings.registration.type", RegistrationType.PASSWORD);
|
||||
|
||||
@@ -132,6 +132,7 @@ public class TranslationPageGenerator implements AutoToolTask {
|
||||
.put("vn", "Vietnamese")
|
||||
.put("zhcn", "Chinese (China)")
|
||||
.put("zhhk", "Chinese (Hong Kong)")
|
||||
.put("zhmc", "Chinese (Macau)")
|
||||
.put("zhtw", "Chinese (Taiwan)")
|
||||
.build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user