[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/people/editor/ -> PhabricatorUserEditor.php (summary)

Editor class for creating and adjusting users. This class guarantees data integrity and writes logs when user information changes.

File Size: 598 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 14 functions

  createNewUser()
  updateUser()
  changePassword()
  changeUsername()
  makeAdminUser()
  makeSystemAgentUser()
  disableUser()
  approveUser()
  addEmail()
  removeEmail()
  changePrimaryEmail()
  verifyEmail()
  willAddEmail()
  revokePasswordResetLinks()

Functions
Functions that are not part of a class:

createNewUser(PhabricatorUser $user,PhabricatorUserEmail $email)   X-Ref


updateUser(PhabricatorUser $user,PhabricatorUserEmail $email = null)   X-Ref


changePassword(PhabricatorUser $user,PhutilOpaqueEnvelope $envelope)   X-Ref


changeUsername(PhabricatorUser $user, $username)   X-Ref


makeAdminUser(PhabricatorUser $user, $admin)   X-Ref


makeSystemAgentUser(PhabricatorUser $user, $system_agent)   X-Ref


disableUser(PhabricatorUser $user, $disable)   X-Ref


approveUser(PhabricatorUser $user, $approve)   X-Ref


addEmail(PhabricatorUser $user,PhabricatorUserEmail $email)   X-Ref


removeEmail(PhabricatorUser $user,PhabricatorUserEmail $email)   X-Ref


changePrimaryEmail(PhabricatorUser $user,PhabricatorUserEmail $email)   X-Ref


verifyEmail(PhabricatorUser $user,PhabricatorUserEmail $email)   X-Ref
Verify a user's email address.

This verifies an individual email address. If the address is the user's
primary address and their account was not previously verified, their
account is marked as email verified.


willAddEmail(PhabricatorUserEmail $email)   X-Ref


revokePasswordResetLinks(PhabricatorUser $user)   X-Ref
No description



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1