We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e6698 commit d4f14d7Copy full SHA for d4f14d7
conf/enumerate.go
@@ -12,7 +12,7 @@ const LoginSessionName = "LoginSessionName"
12
13
const CaptchaSessionName = "__captcha__"
14
15
-const RegexpEmail = `^(\w)+(\.\w+)*@(\w)+((\.\w+)+)$`
+const RegexpEmail = `(?i)[A-Z0-9._%+-]+@(?:[A-Z0-9-]+\.)+[A-Z]{2,6}`
16
17
//允许用户名中出现点号
18
0 commit comments