Commit Graph

59 Commits

Author SHA1 Message Date
Sattera 110fc7266d [功能] 向 authme.admin.whitelistmessage
权限节点添加没有注册资格的玩家尝试入服的提醒
2023-06-24 18:47:26 +08:00
Sattera b1bee0967c [功能] 添加白名单(玩家是否注册)
玩家添加authme.whitelist权限来忽略白名单
2023-06-24 13:09:17 +08:00
Sattera 7e5d9ed1e8 [功能] 添加隐藏自动登录时发送登录成功消息 2023-06-02 20:06:49 +08:00
Sabrita bdf7816306 更改十分钟内注册逻辑 2023-02-28 13:22:15 +08:00
Sabrita cfca8ccd85 删除测试库
删除 wecome 增加新代码
2023-02-27 18:34:06 +08:00
myunco 0c85efc227 Update messages_zhcn.yml (#2422)
Fixed a small error
2021-09-27 21:11:55 +02:00
WaveWSBS 51c9e35848 Update messages_zhcn.yml (#2230)
enhanced some translation
Chinese is a beautiful and complicated language. 
the way last translator translate was to hard? i guess? just not friendly
i did some minor changes, now the language isn't so hard. and i also change the translation of 2fa. 两步验证 is cool. but 双重认证 is more accurate
plz aprove
2020-11-26 11:10:26 +01:00
EdPlaysMC 71cda72b8a Update messages_zhcn.yml (#1939)
Completed the translation of TODO and fixed some grammar mistakes
2019-12-12 15:40:05 +01:00
ljacqu 7ab7c688c3 Update translations doc & translation files 2019-08-15 21:17:45 +02:00
EdPlaysMC f9e94a4121 Update messages_zhcn.yml (#1642) 2018-09-16 10:29:15 +02:00
EdPlaysMC 16f5b25256 Translated TODO (#1641) 2018-09-16 10:21:01 +02:00
ljacqu 29ac3a7022 #1141 Fixes to TOTP implementation
- Revert back to SHA1 as HMAC hash function so that it works with Google authenticator
- Add message to user to tell him to run /2fa confirm to add a TOTP code
2018-04-22 11:13:27 +02:00
Tony 1f9bf38755 Added EmailChangedEvent (#1549)
* Added EmailChangedEvent

* Fix failing tests

Silly.

* Documented the EmailChangedEvent

* Separate messages for cancelled email event

* Added lang todos for all the languages I can't speak

I wish I could though.

* Checkstyle satisfaction

* Changed log level to info for cancelled events
2018-04-03 17:45:27 +02:00
HexelDev 900e8f2415 Updated messages 2018-03-15 21:44:49 +01:00
Maxetto 9b7139a17a Add Display Name tag replacement too
#1509
2018-03-07 19:08:36 +01:00
ljacqu 1d6d9eb764 #1467 Rearrange old keys migration so no entries get lost
- 'error' was an old entry but now we have multiple entries under 'error' (which is now a section), so we need to ensure that we migrate the old 'error' entry before the migration sets anything under that path
2018-02-02 19:40:28 +01:00
ljacqu f44353ed4c #1467 Fix messages verification tool task + remove empty messages in YML files 2018-02-01 23:09:08 +01:00
ljacqu f67ddb0c77 #1467 Migrate all message files, make sure migrater keeps predefined order 2018-02-01 20:23:06 +01:00
Playhi ad7a0ffe9b Update messages_zhcn.yml
theCaptcha
2018-01-20 19:43:51 +08:00
Playhi 35e9858c30 Update messages_zhcn.yml 2018-01-19 21:27:00 +08:00
ljacqu ea87075cd2 #930 Add specific message for register captcha success 2018-01-06 20:01:45 +01:00
Playhi b70e994341 Update messages_zhcn.yml
Add '
2017-11-15 23:03:19 +08:00
Playhi 19745f7052 Update messages_zhcn.yml 2017-11-12 20:58:12 +08:00
HexelDev ba65633182 Email verification code (#1382)
* Base verification code implementation, must define command, manager, events
* VerificationManager, verification command and messages, handled some sensible commands, configuration values
* Improved manager and sensible commands trigger
* Updated messages
* Updated verification code manager, fixed tests
* Switched to a permission based command
* Verification manager and command improved and added tests
* Edited messages
2017-10-28 12:23:14 +02:00
Playhi fd48ff884c Update messages_zhcn.yml (#1214)
I think maybe the annotations also need to be translated.
2017-05-12 19:34:53 +02:00
Playhi a0fbb6a78a Update messages_zhcn.yml (#1210)
Fix some translation issues.
2017-05-09 14:30:25 +02:00
Playhi dbb8ea7f38 Update messages_zhcn.yml (#1186) 2017-04-29 09:31:17 +02:00
Playhi e3abfc3685 Update messages_zhcn.yml (#238) 2017-03-26 13:52:00 +02:00
ljacqu a2d62ea6d9 #1116 #1117 Add command usage hints and remove unused message keys
- Add usage message on argument mismatch where available
- Remove unused message keys
- Create tool task to search for a message key's usages and to find unused keys
2017-03-24 23:03:10 +01:00
EbonJaguar 4053a0e328 If recovery code is required, dont send new password 2017-03-22 17:11:18 -04:00
Gnat008 9d21eefc74 Merge branches 'master' and 'passwd_recovery_process' of https://github.com/AuthMe/AuthMeReloaded into passwd_recovery_process
# Conflicts:
#	docs/config.md
#	src/main/resources/messages/messages_bg.yml
#	src/main/resources/messages/messages_es.yml
#	src/main/resources/messages/messages_pt.yml
#	src/main/resources/messages/messages_zhcn.yml
2017-03-21 17:26:29 -04:00
Playhi 405d472ba8 Update messages_zhcn.yml (#234) 2017-03-17 14:31:23 +01:00
Gnat008 2214fa5839 Implement /email setpassword 2017-03-14 18:26:32 -04:00
EbonJaguar 7d4bfcd99d - Introduce /email code
- Add max tries for /email code
- Introduce a PasswordRecoveryService
2017-03-06 13:54:46 -05:00
ljacqu 33c4a4690f #1073 Email recovery delay: update project files following new messages & config 2017-02-25 22:42:23 +01:00
Playhi 12c2556277 Update messages_zhcn.yml (#217)
Update messages_zhcn.yml
2017-02-02 19:34:08 +01:00
ljacqu d81592512e #1055 Reorder message files and update translations page 2017-01-11 21:31:01 +01:00
ljacqu cc0d16c7e1 Remove redundant and unused message
- Remove 'reg_voluntarily'
- Remove 'user_unknown' in favor of 'unknown_user' - but move text from old 'user_unknown' to 'unknown_user'

Found by @Twonox
2017-01-09 21:16:53 +01:00
ljacqu 385f7d6b1d #1055 Remove multiple "please register" messages
Part 1:
- Use only one message entry for "Please register", that may have to be adapted to reflect the proper /register arguments
- Remove other message entries from code and from the messages files

Breaking change: reg_email_msg is also removed
2017-01-07 09:01:03 +01:00
ljacqu 57f3c72de0 Update translation verifications 2016-12-24 10:09:54 +01:00
DNx5 71e4c59c20 Add "/email show" command.
#922
2016-10-17 22:16:29 +07:00
ljacqu 20fdc3693a Update todo comments in messages files 2016-09-17 09:58:46 +02:00
ljacqu 42ef99cf15 Update verification comments in message files 2016-07-06 21:41:43 +02:00
ljacqu 54ababdd28 #788 remove duplicate FR message + #772 update missing message comments 2016-06-24 18:59:25 +02:00
ljacqu e8717ba076 Update verification notes in messages files + add entry for #743 invalid chars in password 2016-06-03 12:52:47 +02:00
ljacqu e54cd526de Add verification remarks in message files
- Result from automatic task which checks message files for missing messages or tags
2016-05-24 18:37:58 +02:00
Ivan Ip 0ff8430bf2 Fixed some typo, also updated zh_TW 2016-04-02 01:23:09 +08:00
Ivan Ip c010a371d4 Fix placeholder and string sortings. 2016-04-02 01:11:19 +08:00
Ivan Ip 3a3ea4d228 First repairing commit to fix Chinese Lingual. 2016-04-02 01:06:21 +08:00
ljacqu 32159861d3 Update validation of message resources 2016-02-22 20:36:17 +01:00