diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars
index 4744ee43..7346d9c4 100644
--- a/views/default-mobile.handlebars
+++ b/views/default-mobile.handlebars
@@ -763,17 +763,19 @@
Account Actions
@@ -1484,7 +1486,8 @@
QV('authAppSetupCheck', userinfo.otpsecret == 1);
//QV('authKeySetupCheck', userinfo.otphkeys > 0);
QV('authCodesSetupCheck', userinfo.otpkeys > 0);
- QV('p2AccountActions', ((features & 4) == 0) && (serverinfo.domainauth == false) && (userinfo != null) && (userinfo._id.split('/')[2].startsWith('~') == false));
+ QV('p2AccountActions', ((features & 4) == 0) && (serverinfo.domainauth == false) && (userinfo != null));
+ QV('p2AccountPassActions', ((features & 4) == 0) && (serverinfo.domainauth == false) && (userinfo != null) && (userinfo._id.split('/')[2].startsWith('~') == false)); // Hide Account Actions if in single user mode or domain authentication
// On the mobile app, don't allow group creation (for now).
QV('p3createMeshLink1', false);
diff --git a/views/default.handlebars b/views/default.handlebars
index 1c3a501e..fcff6484 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -431,12 +431,12 @@
-
View previous logins