久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔

WordPress:WPMU Functions/wpmu validate user signup

來自站長百科
Xxf3325討論 | 貢獻2008年9月27日 (六) 10:55的版本 (新頁面: Make some verifications about Username and Email.<br /> '''''Localize : '''''''wp-includes\wpmu-functions.php'' ===Username validation=== *If not empty *If not illegal names like :<br /><...)
(差異) ←上一版本 | 最后版本 (差異) | 下一版本→ (差異)
跳轉(zhuǎn)至: 導(dǎo)航、? 搜索

Make some verifications about Username and Email.
Localize : ''wp-includes\wpmu-functions.php

Username validation[ ]

  • If not empty
  • If not illegal names like :
    "www", "web", "root", "admin", "main", "invite", "administrator"
  • Number of letters, at least 4 characters
  • If is not contain "underscore", the _ character
  • If is not only contain number
  • If the username already exists in DB

Email validation[ ]

  • If not listed like bad/unsafe email adress
  • If is a valid email : x@x.xx
  • If is the validation done
  • If the email already exists in DB