Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to bulk set must-change-password #22823

Merged

Commits on Feb 8, 2023

  1. Add command to bulk set must-change-password

    As part of administration sometimes it is appropriate to forcibly tell users to update
    their passwords.
    
    This PR creates a new command `gitea admin user must-change-password` which will set the
    `MustChangePassword` flag on the provided users.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    30e6387 View commit details
    Browse the repository at this point in the history
  2. fix fmt

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    96a223d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Update docs/content/doc/usage/command-line.en-us.md

    Co-authored-by: delvh <dev.lh@web.de>
    zeripath and delvh authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    0532d4c View commit details
    Browse the repository at this point in the history
  2. Update docs/content/doc/usage/command-line.en-us.md

    Co-authored-by: delvh <dev.lh@web.de>
    zeripath and delvh authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    f8ac8d6 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: delvh <dev.lh@web.de>
    zeripath and delvh authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5aa6a5a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    f72e09d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    672bea3 View commit details
    Browse the repository at this point in the history
  2. placate linter

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    1767d8c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    85ccc7a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    a788b59 View commit details
    Browse the repository at this point in the history
  2. use []string

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    01cd5ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a1169a View commit details
    Browse the repository at this point in the history