1 頁 (共 1 頁)

[外掛] 密碼強度 Password security (Update 1.1.1)

發表於 : 2006-06-22 , 12:02
懸壺子
[外掛] 密碼強度 Password security (Update 1.1.1)
http://www.phpbb.com/phpBB/viewtopic.php?t=350869

http://phpbb-tw.net/phpbb/viewtopic.php?t=43570


[2.0.19] Password security

代碼: 選擇全部

############################################################## 
## MOD Title: Password security 
## MOD Author: Underhill < webmaster@underhill.de > (N/A) http://www.underhill.de/ 
## MOD Description: When a new passord is entered, the user will receive a JavaScript warning 
## MOD Version: 1.1.0 
## 
## Installation Level: easy 
## Installation Time: 5 minutes 
## Files To Edit: 
##      includes/usercp_register.php 
##      templates/subSilver/profile_add_body.tpl 
##      language/lang_english/lang_main.php 
##      language/lang_english/lang_faq.php 
## Included Files: N/A 
## Demo: N/A 
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
############################################################## 
## For security purposes, please check: http://www.phpbb.com/mods/ 
## for the latest version of this MOD. Although MODs are checked 
## before being allowed in the MODs Database there is no guarantee 
## that there are no security problems within the MOD. No support 
## will be given for MODs not found within the MODs Database which 
## can be found at http://www.phpbb.com/mods/ 
############################################################## 
## Author Notes: 
## 
## This modification was built for use with the phpBB template "subSilver" 
## 
## Tip: How to clear the warning after entering the new password? 
## Tips-Download: http://www.underhill.de/downloads/phpbb2mods/passwordsecuritytips.txt 
## 
## Screenshot: http://www.underhill.de/downloads/phpbb2mods/passwordsecurity.png 
## Download: http://www.underhill.de/downloads/phpbb2mods/passwordsecurity.txt 
############################################################## 
## MOD History: 
## 
##   2005-12-31 - Version 1.1.0 
##      - Successfully tested with phpBB 2.0.19 
##      - Added check for username (badboy4ever) 
##      - Added check for emailadress 
##      - Fixed some little problems with spelling and usability 
## 
##   2005-12-20 - Version 1.0.2 
##      - MOD Syntax changes for the phpBB MOD Database 
## 
##   2005-12-15 - Version 1.0.1 
##      - MOD Syntax changes for the phpBB MOD Database 
## 
##   2005-12-13 - Version 1.0.0 
##      - Final-Version 
## 
##   2005-12-11 - Version 0.0.1c 
##      - BETA-Version 
## 
##   2005-11-07 - Version 0.0.1b 
##      - BETA-Version 
## 
##   2005-11-06 - Version 0.0.1a 
##      - ALPHA-Version 
##      - Built and successfully tested with phpBB 2.0.18 
## 
############################################################## 



lang_main.php
$lang['password_security_level1'] = '不安全';
$lang['password_security_level2'] = '不建議';
$lang['password_security_level3'] = '不太安全';
$lang['password_security_level4'] = '安全';
$lang['password_security_level5'] = '非常安全';
$lang['password_security_explain'] = 密碼強度:';
Demo
http://www.underhill.de/phpbb2/profile. ... greed=true

圖檔

版本: 1.1.0 (更新 03/11/06)
時間: ~ 5 分鐘
檔案: passwordsecurity110a.mod
大小: 9447 Bytes