Skip to content

Re-vamp Password Changes, Various Cleanup.

username-removed-637637 requested to merge (removed):Experimental into Experimental

Major Changes:

  • Re-vamped password change process.
  • Created new class for password change to keep code clean, organized, and more efficient. (No reason to run same code 10 times... when I can do it once in a class)

Minor Changes:

  • Made it where log level prints all the time since we have multiple potential log levels.
  • Added log level names (debug, notice, info, base)
  • General clean-up of code.

Missing functionality: Detecting password changes made underneath NoMAD.

Merge request reports