mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Implement phone number verification by SMS
This commit is contained in:
parent
5d058942af
commit
2a13e41953
8 changed files with 217 additions and 7 deletions
|
|
@ -31,6 +31,8 @@
|
|||
<action name="procMemberAuthAccount" type="controller" method="GET|POST" />
|
||||
<action name="procMemberAuthEmailAddress" type="controller" method="GET|POST" />
|
||||
<action name="procMemberResendAuthMail" type="controller" ruleset="resendAuthMail" />
|
||||
<action name="procMemberSendVerificationSMS" type="controller" />
|
||||
<action name="procMemberConfirmVerificationSMS" type="controller" />
|
||||
<action name="procMemberModifyInfoBefore" type="controller" permission="member" ruleset="recheckedPassword" />
|
||||
<action name="procMemberModifyInfo" type="controller" permission="member" ruleset="@insertMember" />
|
||||
<action name="procMemberModifyPassword" type="controller" permission="member" ruleset="modifyPassword" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue