WIKI使用導(dǎo)航
站長百科導(dǎo)航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計算
- 微博營銷
- 虛擬主機管理系統(tǒng)
- 開放平臺
- WIKI程序與應(yīng)用
- 美國十大主機
WordPress:WPMU Functions/wpmu validate user signup
來自站長百科
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