Mô tả
You can choose from upper and lower letters, digits and special characters to make your new hardcore passwords impossible to break.
And yes, all the passwords are generated only within client’s browser session and are not saved anywhere on the server side,
so it is absolutely safe to use in real world.
You can also specify the following attributes to tune the form’s appearance:
length=4..64
specifies the default length of a password. Allowed values range from 4 to 64.upper=1
enables upper-case letters option. Activated by default.lower=1
enables lower-case letters option. Activated by default.digits=1
enables digits option. Activated by default.special=1
enables special characters,.:;_=
option. Disabled by default.
Plugin’s Official Site
Cài đặt
- Upload the archive contents to
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
[passgen]
shortcode in your page or post
Hỏi đáp
- Any questions
-
Not right now…
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“LX Password Generator” 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 “LX Password Generator” 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
1.0
- Initial release.
1.0.1
- Some minor tweaks.
- Shortcode attributes described in readme.txt
1.0.2
- Firefox 4 compatibility fix