nconf修改密码

修改nconf登录界面密码

[root@Cnyunwei config]# vi .file_accounts.php
<?php
/*
#
# User/Password file for simple authentication
# To disable a user, rows can be commented out with "#"
#
# :: is the delimiter of the fields
# Do NOT use :: (2 colons) in a data field (as name or password etc.) !
#
#username::password::authorization(user|admin)::[user's full name (optional)]::
admin::admin::admin::Administrator::  #密码为admin
#user::1234::user::Normal User::
#dummy::9999::user::User Dummy::
#foo::bar::user::foo bar::
#
# using encrypted passwords
#user2::{CRYPT}s7FkIgzTWZia2::user::User with a CRYPT password::
#
*/
?>


posted on 2013-08-08 11:50  语辰  阅读(388)  评论(0编辑  收藏  举报