Mô tả
Validate Profile Credentials and Names
In a WordPress site users have multiple names in their profile, the user login, display name and nick name. In a multi-user site, there is often a need to keep them unique. You need to allow users have only credible names, such that,
- All display names are unique
- All nicknames are unique
- No nickname is a display name or login name of another user
- No display name is a nickname or login name of another user
Credible Names is a easy plugin to help you with that.
Cài đặt
The usual!
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Hỏi đáp
- is it stable?
-
Works for me. But not rigorously tested.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Credible Names” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Credible Names” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
0.1.1 Created
0.1.2 First stable
0.1.3 fixed query errors