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

[stable23] Fix occ user:add-app-password #31536

Merged
merged 4 commits into from
Mar 22, 2022

Commits on Mar 11, 2022

  1. Trigger an event to log an activity when an administrator generates a…

    …n app password
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and backportbot[bot] committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    7bd273f View commit details
    Browse the repository at this point in the history
  2. Differenciate the activity depending on admin vs user action

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and backportbot[bot] committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    a96cb00 View commit details
    Browse the repository at this point in the history
  3. Validate the password before generating an apptoken

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen authored and backportbot[bot] committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    579f07e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Allow creating app passwords without validating the user's password a…

    …gain
    
    Aparently the idea behind the command was exactly to do this.
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e07b12f View commit details
    Browse the repository at this point in the history