Plugin Directory

Changeset 642257


Ignore:
Timestamp:
12/20/2012 10:08:39 AM (13 years ago)
Author:
OrbitaNET
Message:

Screenshot update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ldap-authentication-2/trunk/readme.txt

    r642239 r642257  
    5454== Screenshots ==
    5555
    56 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
    57 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
    58 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
    59 (or jpg, jpeg, gif).
    60 2. This is the second screen shot
     561. /trunc/screenshot1.png.
    6157
    6258== Frequently Asked Questions ==
     
    8076Following functions are added to original plug-in:
    8177
    82 * _update_user ($username, $email, $first_name, $last_name, $role = '')
    8378updates user data
    8479
    85 * _update_user_password ($username , $password)
     80* _update_user ($username, $email, $first_name, $last_name, $role = '')
     81
    8682updates user password
    8783
    88 * _check_CRYPT ($plainTextPass, $ldapPass)
     84* _update_user_password ($username , $password)
     85
    8986checks password hash using crypt/standart-des, crypt/enhanced, crypt/md5, crypt/blowfish
    9087
    91 * _check_SSHA ($plainTextPass, $ldapPass)
     88* _check_CRYPT ($plainTextPass, $ldapPass)
     89
    9290checks password hash using ssha
    9391
    94 * _check_SMD5 ($plainTextPass, $ldapPass)
     92* _check_SSHA ($plainTextPass, $ldapPass)
     93
    9594checks password hash using smd5
    9695
    97 * _check_SHA ($plainTextPass, $ldapPass)
     96* _check_SMD5 ($plainTextPass, $ldapPass)
     97
    9898checks password hash using sha
    9999
    100 * _check_CLEAR ($plainTextPass, $ldapPass)
     100* _check_SHA ($plainTextPass, $ldapPass)
     101
    101102checks password for exact match
    102103
    103 * _check_MD5 ($plainTextPass, $ldapPass)
     104* _check_CLEAR ($plainTextPass, $ldapPass)
     105
    104106checks password hash using md5
    105107
    106 * _get_crypt_pass_by_type ($type, $password, $full_password)
     108* _check_MD5 ($plainTextPass, $ldapPass)
     109
    107110checks entered credentials
    108111
     112* _get_crypt_pass_by_type ($type, $password, $full_password)
     113
    109114== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.