File/includes/user-nis.php

Description
Constants
CRYPT_SALT_LENGTH = 12 (line 16)
Functions
user_valid_crypt (line 91)

Check to see if a given login/crypted password is valid.

If invalid, the error message will be placed in $error.

  • return: True on success
  • global: string $error: Error message
bool user_valid_crypt (string $login, string $crypt_password)
  • string $login: User login
  • string $crypt_password: Encrypted user password
user_valid_login (line 35)
void user_valid_login ( $login,  $password)
  • $login
  • $password

Documentation generated on Thu, 10 Jun 2010 17:08:38 -0400 by phpDocumentor 1.4.3