Skip to content

Gitlab15导入用户失败 #1

Description

@doufu3344

感谢提供的工具。

Gitlab15加强了密码限制:

Block weak passwords
Introduced in GitLab 15.4 with a flag named block_weak_passwords, weak passwords aren’t accepted. Disabled by default on self-managed.
Enabled on GitLab.com in GitLab 15.6.
Generally available and enabled on self-managed in GitLab 15.7. Feature flag block_weak_passwords removed.

创建用户时再使用邮箱作为密码将无法导入成功

$res = $users->create($email, $email, $create);

需要修改第二个参数为强密码。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions