Skip to content

EasyDC v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 06:39

Added

  • Password reset — dedicated "Reset Password" action on each user with a "must change password at next logon" option (checked by default). Sets unicodePwd + pwdLastSet (requires LDAPS)
  • Account unlock & lockout status — users now show a "Locked" badge (with bad-password-attempt count) when locked out; a one-click Unlock button clears lockoutTime
  • Audit log — every state-changing action (users, password resets, unlocks, groups, OUs, computers, DNS, GPO, servers) is recorded with actor, action, target, server, result, and timestamp. Viewable at /audit with a client-side filter; failures are logged with their error detail
  • Favicon (inline SVG, server-stack glyph in brand blue) shown on all pages

Changed

  • Login now records the authenticated username on the session so actions can be attributed in the audit log (sessions.username added via automatic migration)
  • Templates are now registered together at startup so inheritance resolves regardless of file order