< /p>
The document uses regular expressions. I want to check in the database whether this user can operate. How to verify this?
学习是最好的投资!
The custom validation rules section in the official documentation has been described very clearly. If you need to check whether the user can operate in multiple places, it is recommended to use permission authentication (RBAC or OAuth).
The custom validation rules section in the official documentation has been described very clearly.
If you need to check whether the user can operate in multiple places, it is recommended to use permission authentication (RBAC or OAuth).