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 Local User (Add/Set/Remove) #190

Merged
merged 34 commits into from
Sep 4, 2024
Merged

Commits on Aug 26, 2024

  1. Add Add-FGTUserLocal function

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8247ec4 View commit details
    Browse the repository at this point in the history
  2. Add remove function

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    087abc6 View commit details
    Browse the repository at this point in the history
  3. Add Set function

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    22144c0 View commit details
    Browse the repository at this point in the history
  4. Add Confirm function

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    799c488 View commit details
    Browse the repository at this point in the history
  5. Add Tests

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d6e6d16 View commit details
    Browse the repository at this point in the history
  6. Add pester variable

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    74ad428 View commit details
    Browse the repository at this point in the history
  7. add password variable

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    96235d4 View commit details
    Browse the repository at this point in the history
  8. Add password in ADD function

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    79587b3 View commit details
    Browse the repository at this point in the history
  9. Fix confirm.ps1

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f316a35 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3b226a1 View commit details
    Browse the repository at this point in the history
  11. Fix Tests (Add two-factor)

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    654fad2 View commit details
    Browse the repository at this point in the history
  12. Fix set function and tests

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    17dcb9f View commit details
    Browse the repository at this point in the history
  13. Fix tests

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    78b9b37 View commit details
    Browse the repository at this point in the history
  14. Add Confirm-FGTUserLocal to set and remove

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9554af5 View commit details
    Browse the repository at this point in the history
  15. Change password to securestring

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a42efd3 View commit details
    Browse the repository at this point in the history
  16. Change password to securestring on set function

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    284323a View commit details
    Browse the repository at this point in the history
  17. remove variable not used

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9318d92 View commit details
    Browse the repository at this point in the history
  18. Fix after review

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d59e4e0 View commit details
    Browse the repository at this point in the history
  19. Fix after review on Confirm.ps1

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1d7bebb View commit details
    Browse the repository at this point in the history
  20. Fix after review on local.ps1

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bc04ab5 View commit details
    Browse the repository at this point in the history
  21. Changes after review (mostly MFA and Secure Password)

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    25c7980 View commit details
    Browse the repository at this point in the history
  22. Change password to securestring for Tests User

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f7e1146 View commit details
    Browse the repository at this point in the history
  23. Change test file (Wrong variable)

    Cédric Moreau committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c431a96 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    182392a View commit details
    Browse the repository at this point in the history
  2. Fix SMS and add -data

    Cédric Moreau committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6af9efd View commit details
    Browse the repository at this point in the history
  3. Fix -data

    Cédric Moreau committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    33208c5 View commit details
    Browse the repository at this point in the history
  4. Add -data in Tests

    Cédric Moreau committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    208141f View commit details
    Browse the repository at this point in the history
  5. Remove two_factor_authentication from confirm.ps1

    Cédric Moreau committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c45ff78 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Cédric Moreau committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    51e43a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Fix Set test

    Cédric Moreau committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    601ce0f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fix Powershell 5 -AsPLainText on ConvertFrom-SecureString

    Cédric Moreau committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1c745fc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add Meta tests

    Cédric Moreau committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fe190b0 View commit details
    Browse the repository at this point in the history
  2. Fix meta tests

    Cédric Moreau committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1e57479 View commit details
    Browse the repository at this point in the history
  3. fix meta tests (remove count test)

    Cédric Moreau committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    71729c6 View commit details
    Browse the repository at this point in the history