Challenge-Response Authentication

This commit is contained in:
xiaomlove
2025-04-05 15:38:40 +07:00
parent bd9b4d7e1d
commit 97dc956c20
28 changed files with 538 additions and 329 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'passwords_unmatched' => "兩次輸入的密碼不壹致!請重試。",
'password_too_short' => "對不起,密碼過短(至少6個字符)",
'password_too_long' => "對不起,密碼過長(至多40個字符)",
'password_equals_username' => "對不起,用戶名和密碼不能相同。",
];