Skip to content

Commit

Permalink
Merge pull request #52 from sakeerthy/password-reset
Browse files Browse the repository at this point in the history
Password reset
  • Loading branch information
1000TurquoisePogs authored Apr 13, 2020
2 parents d3ca95d + 16989a1 commit 63500eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion interface/src/mvd-hosting.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ declare namespace MVDHosting {
export const enum LoginScreenChangeReason {
UserLogout,
UserLogin,
SessionExpired
SessionExpired,
PasswordChange,
PasswordChangeSuccess,
HidePasswordChange
}

export const enum DESKTOP_PLUGIN_DEFAULTS {
Expand Down Expand Up @@ -95,6 +98,9 @@ declare namespace MVDHosting {
registerPostLoginAction(action: LoginAction):void;
registerPreLogoutAction(action: LogoutAction):void;
performLogin(username: string, password: string): Observable<Response>;
requestPasswordChangeScreen(): void;
hidePasswordChangeScreen(): void;
passwordChangeSuccessfulScreen(): void;
loginScreenVisibilityChanged: EventEmitter<LoginScreenChangeReason>;
}

Expand Down

0 comments on commit 63500eb

Please sign in to comment.