Feature 10914: Enforce Password change on First login
[osm/NG-UI.git] / src / models / CommonModel.ts
index 96d926d..eb2bec3 100644 (file)
@@ -333,6 +333,7 @@ export interface DOMAINS {
 export interface LOGINPARAMS {
     username?: string;
     password?: string;
+    old_password?: string;
 }
 /** Interface for the LABELVALUE */
 export interface LABELVALUE {