Skip to content
Snippets Groups Projects

Unlock access

Closed username-removed-83964 requested to merge roramirez/gitlab-ce:unlock_access into master

When a user is locked account by failed access, the account dont can unlocked. This feature permit unlocked by admin.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
132 132 %br
133 133 = link_to 'Block user', block_admin_user_path(@user), data: { confirm: 'USER WILL BE BLOCKED! Are you sure?' }, method: :put, class: "btn btn-remove"
134 134
135 - if @user.access_locked?
136 .alert.alert-info
137 %h4 This user access was locked
138 %br
139 = link_to 'Unlock access user', unlock_admin_user_path(@user), method: :put, class: "btn btn-new", data: { confirm: 'Are you sure?' }
  • 132 132 %br
    133 133 = link_to 'Block user', block_admin_user_path(@user), data: { confirm: 'USER WILL BE BLOCKED! Are you sure?' }, method: :put, class: "btn btn-remove"
    134 134
    135 - if @user.access_locked?
    136 .alert.alert-info
    137 %h4 This user access was locked
  • Stan Hu mentioned in merge request !922 (merged)

    mentioned in merge request !922 (merged)

  • Stan Hu Status changed to closed

    Status changed to closed

  • Closed in favor of !922 (merged).

  • mentioned in commit 7081ab1e

  • mentioned in commit fc63690d

  • Please register or sign in to reply
    Loading