书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 25 个相关结果.
  • Users

    Users Sentry::createUser() Examples Exceptions Sentry::register() Example Exceptions Update a User Examples Exceptions Delete a user Example Exceptions Activating a Use...
  • Integration

    Integration Laravel 4 Migrations Configuration CodeIgniter 3.0-dev FuelPHP 1.x Native Integration Note: The database schema is located under vendor/cartalyst/sentry/sch...
  • Authentication

    Authentication Sentry::authenticate() Example Exceptions Sentry::authenticateAndRemember() Example Sentry::login() Example Exceptions Sentry::loginAndRemember() Example S...
  • Groups

    Groups Create a group Example Exceptions Update a group Example Exceptions Delete a Group Example Exceptions Finding Groups Find all the Groups Find a group by its ID Fi...
  • 5. 用户

    Users // 用户 Sentry::createUser() // 创建用户 Examples Exceptions // 异常 Sentry::register() // 注册用户 Example Exceptions // 异常 Update a User // 更新一个用户 Examples Exceptions // 异常 De...
  • 1. 安装

    Installation // 安装 Preparation // 准备 Install the dependencies // 安装依赖包 Integration // 综合 Laravel 4 Migrations // 迁移 Configuration // 配置 CodeIgniter 3.0-dev FuelPHP 1.x Nati...
  • 查询用户方法集合

    各种查询用户的方法集合 查询当前登陆用户 查询所有用户 查找具有指定权限的用户 查找分组下的所有用户 根据资料,查询用户 根据用户id 查找用户 通过登录字段查找一个用户 通过激活码查找一个用户 通过密码重置码 查找一个用户 验证密码 查询用户的分组 获取用户的权限 获取用户分组 + 个人的权限 各种查询用户的方法集合 具体...
  • 2. 认证

    Authentication // 认证 Sentry::authenticate() // 基于凭证认证一个用户 Example Exceptions 异常 Sentry::authenticateAndRemember() // 基于凭证认证并记住用户 Example Sentry::login() // 登录所提供的用户 Example E...
  • Throttle

    Throttle Disable the Throttling Feature Example Enable the Throttling Feature Example Check the Throttling Feature Status Example User Throttling Ban user(s) Unban user(s) ...
  • 创建用户

    创建用户 创建用户 之 createUser 方法 创建用户 之 register 注册用户 创建用户 创建用户 之 createUser 方法 创建用户并分配用户组 我们创建一个用户,并且为它分配用户组,他会继承自用户组的权限 try { // 创建一个用户 login字段是必须的 默认是 email 可配置,参...