Project

General

Profile

« Previous | Next » 

Revision 8194

Added by Jing Tao about 11 years ago

Reword a message for the failed verification.

View differences:

ldapweb.cgi
1223 1223
        debug("the count is " . $max);
1224 1224
        if($max < 1) {
1225 1225
            $ldap->unbind;   # take down session
1226
            fullTemplate( ['registerFailed'], {errorMessage => "No record was founded to matche the dn " . $dn . " for the verification."});
1226
            fullTemplate( ['registerFailed'], {errorMessage => "No record matched the dn " . $dn . " for the verification. You probably already verified the account."});
1227 1227
            #handleLDAPBindFailure($ldapurl);
1228 1228
            exit(0);
1229 1229
        } else {

Also available in: Unified diff