diff --git a/server/Controllers/LicenseController.cs b/server/Controllers/LicenseController.cs
index 576bde4..f88dd78 100644
--- a/server/Controllers/LicenseController.cs
+++ b/server/Controllers/LicenseController.cs
@@ -134,10 +134,10 @@ namespace Sockeye.Api.Controllers
//v7 backdoor password generator
///
- /// Get v7 backdoor logins
+ /// Get v7 reset manager auth code logins
///
- /// override pw
- [HttpGet("v7-override")]
+ /// override creds
+ [HttpGet("v7-reset-manager-creds")]
public ActionResult GetBackDoor()
{
if (!serverState.IsOpen)
diff --git a/todo.txt b/todo.txt
index 7a618fe..e87e7a4 100644
--- a/todo.txt
+++ b/todo.txt
@@ -22,7 +22,7 @@ search:
DTR
-- Add ui to front the route under /license/v7-override
+- Add ui to front the route under /api/v8/license/v7-reset-manager-creds
License routes test locally and ensure works for v7 and v8
automatic jobs to create purchase record from vendor data
send license emails based on event etc, really gets into the new stuff here