feat(account): display a warning message in the account view

pull/2749/head
Anthony Lapenna 2019-02-20 13:57:13 +13:00
parent d510d23408
commit 4a5fa211a7
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
You cannot change your password when using LDAP authentication.
</span>
<span class="text-muted small" style="margin-left: 5px;" ng-if="AuthenticationMethod === 3 && userID !== 1">
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
You cannot change your password when using OAuth authentication.
</span>
</div>
</div>
</form>