user_pass |
function |
core/modules/user/user.pages.inc |
Form builder; request a password reset. |
User::$pass |
property |
core/modules/user/user.entity.inc |
The user's password (hashed). |
PASS_THROUGH |
constant |
core/includes/bootstrap.inc |
Flag used to indicate that text has already been sanitized. |
password.inc |
file |
core/includes/password.inc |
Secure password hashing functions for user authentication. |
password.test |
file |
core/modules/simpletest/tests/password.test |
Provides unit tests for password.inc. |
user_password |
function |
core/modules/user/user.module |
Generate a random alphanumeric password. |
user_pass_page |
function |
core/modules/user/user.pages.inc |
Menu callback for reset password form. |
theme_password |
function |
core/includes/form.inc |
Returns HTML for a password form element. |
_password_crypt |
function |
core/includes/password.inc |
Hash a password using a secure stretched hash. |
user_pass_reset |
function |
core/modules/user/user.pages.inc |
Menu callback; process one time login link and redirects to the user page on
success. |
user_pass_rehash |
function |
core/modules/user/user.module |
Creates a unique hash value for use in time-dependent per-user URLs. |
_password_itoa64 |
function |
core/includes/password.inc |
Returns a string for mapping an int to the corresponding base 64 character. |
user_pass_submit |
function |
core/modules/user/user.pages.inc |
Form submission handler for user_pass(). |
password-hash.sh |
file |
core/scripts/password-hash.sh |
#!/usr/bin/env php
<?php
/**
* Backdrop hash script - to generate a hash from a plaintext password
*
* Check for your PHP interpreter - on Windows you'll probably have to
* replace line 1 with
* #!c:/program files/php/php.exe
*
*… |
user.password.inc |
file |
core/modules/user/user.password.inc |
Password callback file for the user module. |
user_hash_password |
function |
core/includes/password.inc |
Hash a password using a secure hash. |
user_pass_validate |
function |
core/modules/user/user.pages.inc |
Form validation handler for user_pass(). |
user_pass_reset_url |
function |
core/modules/user/user.module |
Generates a unique URL for a user to login and reset their password. |
DatabaseTasks::pass |
function |
core/includes/install.inc |
Assert test as a pass. |
user_check_password |
function |
core/includes/password.inc |
Check whether a plain text password matches a stored hashed password. |
PasswordHashingTest |
class |
core/modules/simpletest/tests/password.test |
Unit tests for password hashing API. |
user_pass_reset_form |
function |
core/modules/user/user.pages.inc |
Form builder; one time login form with password reset. |
UserPasswordResetTest |
class |
core/modules/user/tests/user_password_reset.test |
|
BackdropTestCase::pass |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Fire an assertion that is always positive. |
FileTransfer::$password |
property |
core/includes/filetransfer/filetransfer.inc |
The password for this file transfer. |
_password_base64_encode |
function |
core/includes/password.inc |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
_password_generate_salt |
function |
core/includes/password.inc |
Generates a random base 64-encoded salt prefixed with settings for the hash. |
user_password_reset.test |
file |
core/modules/user/tests/user_password_reset.test |
Tests for resetting the password. |
_password_get_count_log2 |
function |
core/includes/password.inc |
Parse the log2 iteration count from a stored hash or setting string. |
user_password_reject_weak |
function |
core/modules/user/user.password.inc |
Get the password strength score required for an account. |
password_confirm_validate |
function |
core/includes/form.inc |
Validates a password_confirm element. |
user_validate_current_pass |
function |
core/modules/user/user.module |
Form validation handler for the current password on the user_account_form(). |
user_form_process_password |
function |
core/modules/user/user.module |
Form element process handler for client-side password hide/show and strength. |
_user_password_policy_help |
function |
core/modules/user/user.password.inc |
Generates help text for core password constraints on forms. |
PasswordHashingTest::setUp |
function |
core/modules/simpletest/tests/password.test |
Sets up a Backdrop site for running functional and integration tests. |
USER_PASSWORD_STRENGTH_WEAK |
constant |
core/modules/user/user.module |
Password strength levels: weak, fair, good and strong. |
USER_PASSWORD_STRENGTH_FAIR |
constant |
core/modules/user/user.module |
|
USER_PASSWORD_STRENGTH_GOOD |
constant |
core/modules/user/user.module |
|
TestFileTransfer::$password |
property |
core/modules/simpletest/tests/filetransfer.test |
|
FileTransferTest::$password |
property |
core/modules/simpletest/tests/filetransfer.test |
|
user_pass_required_validate |
function |
core/modules/user/user.module |
Element validate handler for the password field. |
user_pass_reset_form_submit |
function |
core/modules/user/user.pages.inc |
Submit handler for user_pass_reset_form(). |
UserPasswordResetTest::setUp |
function |
core/modules/user/tests/user_password_reset.test |
Sets up a Backdrop site for running functional and integration tests. |
USER_PASSWORD_STRENGTH_STRONG |
constant |
core/modules/user/user.module |
|
SearchQuery::executeFirstPass |
function |
core/modules/search/search.extender.inc |
Executes the first pass query. |
user_password_policy_validate |
function |
core/modules/user/user.module |
Validation callback for password constraints. |
form_process_password_confirm |
function |
core/includes/form.inc |
Expand a password_confirm field into two text boxes. |
PasswordHashingTest::$profile |
property |
core/modules/simpletest/tests/password.test |
The profile to install as a basis for testing. |
USER_PASSWORD_STRENGTH_MODIFIER |
constant |
core/modules/user/user.module |
Password strength modifier to encourage longer passwords. |
SimpleTestFunctionalTest::$pass |
property |
core/modules/simpletest/tests/simpletest.test |
|