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

Feat: force reset password when first time login #716

Merged
merged 13 commits into from
Apr 4, 2023

Commits on Mar 31, 2023

  1. Force reset password when first time login

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    
    Add test
    
    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    
    add initialize admin twice test
    
    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    
    use es6 braces code format
    
    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    
    lint style and remove init admin
    
    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    
    fix tests
    
    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    
    remove the legacy admin init logic
    
    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    
    remove all model.DefaultAdminUserName in non-test file
    
    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    92e46e9 View commit details
    Browse the repository at this point in the history
  2. remove model.DefaultAdminUserName in test

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a47cb72 View commit details
    Browse the repository at this point in the history
  3. tidy code

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    07b4e66 View commit details
    Browse the repository at this point in the history
  4. reviewable

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4465a58 View commit details
    Browse the repository at this point in the history
  5. Fix unit test

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    cb0aec5 View commit details
    Browse the repository at this point in the history
  6. fix unit test

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    cb6c184 View commit details
    Browse the repository at this point in the history
  7. Fix auth ut

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ca066f6 View commit details
    Browse the repository at this point in the history
  8. fix dex login test

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f307bb3 View commit details
    Browse the repository at this point in the history
  9. fix broken configure admin ut

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d73832d View commit details
    Browse the repository at this point in the history
  10. fix auth ut

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    46d1ac1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. reviewable

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3a421a2 View commit details
    Browse the repository at this point in the history
  2. add debug log

    remove addon enable process before e2e test
    
    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1d28a59 View commit details
    Browse the repository at this point in the history
  3. remove debug info

    Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
    chivalryq committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    970a242 View commit details
    Browse the repository at this point in the history