mirror of
https://github.com/typecho/typecho.git
synced 2025-04-16 15:53:11 +02:00
Fix missing nameExists and mailExists (#1854)
This commit is contained in:
parent
95f6e7b4f5
commit
752fc6b0ad
@ -8,6 +8,7 @@ use Typecho\Db\Exception;
|
||||
use Typecho\Validate;
|
||||
use Utils\PasswordHash;
|
||||
use Widget\Base\Users;
|
||||
use Widget\Users\EditTrait;
|
||||
|
||||
if (!defined('__TYPECHO_ROOT_DIR__')) {
|
||||
exit;
|
||||
@ -22,6 +23,8 @@ if (!defined('__TYPECHO_ROOT_DIR__')) {
|
||||
*/
|
||||
class Register extends Users implements ActionInterface
|
||||
{
|
||||
use EditTrait;
|
||||
|
||||
/**
|
||||
* 初始化函数
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user