added: to htmlfilter: the filter is able to recognize a special tag, default called: <nofilter>
content between <nofilter>...</nofilter> will not be filtered git-svn-id: svn://ttmath.org/publicrep/winix/trunk@955 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -264,6 +264,11 @@ void Passwd::MakePost()
|
||||
{
|
||||
const std::wstring * plogin;
|
||||
|
||||
// CHECK ME
|
||||
// may it is better to check first for 'resetpassword'
|
||||
// now if a user is logged then 'resetpassword' has no effect
|
||||
// actually 'resetpassword' would be used for other user
|
||||
|
||||
if( cur->session->puser )
|
||||
{
|
||||
if( cur->session->puser->super_user )
|
||||
|
Reference in New Issue
Block a user