diff --git a/TASKS.md b/TASKS.md
index ee786bb..73f1ed9 100644
--- a/TASKS.md
+++ b/TASKS.md
@@ -2,20 +2,20 @@
## Current
-### `feat/frontend-login-simplification`
+### `feat/frontend-settings-honesty-pass`
Status: in_progress
DoD:
-- login page shows only working actions
-- developer-facing build note is removed from the production login surface
-- planned login capabilities are either removed or collapsed into one compact "coming later" hint
-- copy stays user-facing in both EN and RU
-- existing password sign-in flow keeps working without visual regressions
+- settings page does not present non-functional controls as if they were interactive
+- planned notification capabilities are collapsed into an honest informational block
+- page subtitle stays user-facing and describes the live settings surface
+- EN and RU copy remain aligned after the cleanup
+- existing working settings actions keep their current behavior
## Next
-- `feat/frontend-settings-honesty-pass`
+- `feat/frontend-command-palette-decision`
## Backlog
diff --git a/apps/ui/html/login.html b/apps/ui/html/login.html
index 5a406e3..0c01c2a 100644
--- a/apps/ui/html/login.html
+++ b/apps/ui/html/login.html
@@ -26,7 +26,7 @@
Sign in
Welcome back to your workspace
-
This build supports password sign-in only. Password reset, Google SSO and self-service access requests are not wired yet.
diff --git a/apps/ui/js/i18n.js b/apps/ui/js/i18n.js
index c5c85c3..7e8529c 100644
--- a/apps/ui/js/i18n.js
+++ b/apps/ui/js/i18n.js
@@ -1001,6 +1001,7 @@ var TRANSLATIONS = {
'login.request_link': 'Request access',
'login.planned_badge': 'Planned',
'login.password_only': 'Sign in with email and password.',
+ 'login.coming_soon': 'Password reset and SSO will be added later.',
'login.error.required': 'Please enter your email and password.',
'login.error.invalid': 'Invalid email or password. Please try again.',
'login.error.generic': 'Unable to sign in right now. Please try again.',
@@ -2017,6 +2018,7 @@ var TRANSLATIONS = {
'login.request_link': 'Запросить доступ',
'login.planned_badge': 'Запланировано',
'login.password_only': 'Войдите с помощью email и пароля.',
+ 'login.coming_soon': 'Сброс пароля и SSO появятся позже.',
'login.error.required': 'Введите email и пароль.',
'login.error.invalid': 'Неверный email или пароль. Попробуйте еще раз.',
'login.error.generic': 'Сейчас не удается войти. Попробуйте еще раз.',