Skip to content

Draft: ArkoseLabs POC

Marcos Rocha requested to merge poc-arkose into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Create a new user

new_user = User.first.dup
new_user.email = 'new_user@gitlab.com'
new_user.name = 'New User'
new_user.username = 'new_user'
new_user.password = <password>
new_user.failed_attempts = 0
new_user.last_sign_in_ip = nil
new_user.last_sign_in_at = nil
new_user.save

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marcos Rocha

Merge request reports

Loading