|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
save(account,
array_={},
category='account')
Save changes to a user account or add a new user. |
source code
|
|
|
|
validate_name(name)
Verify the syntax of the given name. |
source code
|
|
|
|
|
|
|
|
|
|
user_password(length=10)
Generate a random alphanumeric password. |
source code
|
|
|
|
|
|
|
access(string_,
account=None,
reset=False)
Determine whether the user has a given privilege. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
hook_search(op='search',
keys=None,
skip_access_check=False)
Implementation of hook_search(). |
source code
|
|
|
|
hook_elements()
Implementation of hook_elements(). |
source code
|
|
|
|
hook_user(type,
edit,
account,
category=None)
Implementation of hook_user(). |
source code
|
|
|
|
|
|
|
hook_block(op='list',
delta='',
edit=[])
Implementation of hook_block(). |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
category_load(uid,
map_,
index)
Return a user object after checking if any profile category in
the path exists. |
source code
|
|
|
|
uid_optional_to_arg(arg_)
Returns the user id of the currently logged in user. |
source code
|
|
|
|
page_title(account)
Menu item title callback - use the user name if it's not the current user. |
source code
|
|
|
|
|
|
|
set_authmaps(account,
authmaps)
Save mappings of which external authentication module(s) authenticated
a user. |
source code
|
|
|
|
login(form_state)
Form builder; the main user login form. |
source code
|
|
|
|
login_default_validators()
Set up a series for validators which check for blocked users,
then authenticate against local database, then return an error if
authentication fails. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| edit_form(form_state,
uid,
edit,
register=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hook_mail(key,
message,
params)
Implementation of hook_mail(). |
source code
|
|
|
|
|
|
|
roles(membersonly=False,
permission=None)
Retrieve an array of roles matching specified conditions. |
source code
|
|
|
|
hook_user_operations(form_state=[])
Implementation of hook_user_operations(). |
source code
|
|
|
|
user_operations_unblock(accounts)
Callback function for admin mass unblocking users. |
source code
|
|
|
|
user_operations_block(accounts)
Callback function for admin mass blocking users. |
source code
|
|
|
|
multiple_role_edit(accounts,
operation,
rid)
Callback function for admin mass adding/deleting a user role. |
source code
|
|
|
|
|
|
|
| multiple_delete_confirm_submit(form,
form_state) |
source code
|
|
|
|
hook_help(path,
arg)
Implementation of hook_help(). |
source code
|
|
|
|
_categories(account)
Retrieve a list of all user setting/information categories
and sort them by weight. |
source code
|
|
|
|
|
|
|
filters()
List user administration filters that can be applied. |
source code
|
|
|
|
build_filter_query()
Build query for user administration filters based on session. |
source code
|
|
|
|
hook_forms()
Implementation of hook_forms(). |
source code
|
|
|
|
comment(comment_,
op)
Implementation of hook_comment(). |
source code
|
|
|
|
theme_signature(signature)
Theme output of user signature. |
source code
|
|
|
|
mail_tokens(account,
language)
Return an array of token to value mappings for user e-mail messages. |
source code
|
|
|
|
|
|
|
_mail_notify(op,
account,
language=None)
Conditionally create and send a notification email when a certain
operation happens on the given user account. |
source code
|
|
|
|
|
|
|
hook_hook_info()
Implementation of hook_hook_info(). |
source code
|
|
|
|
hook_action_info()
Implementation of hook_action_info(). |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_forms(edit,
account,
category,
hook='form')
Retrieve a list of all form elements for the specified category. |
source code
|
|