Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3271587
D12546.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
757 B
Referenced Files
None
Subscribers
None
D12546.diff
View Options
diff --git a/web/account/traditional-login-form.react.js b/web/account/traditional-login-form.react.js
--- a/web/account/traditional-login-form.react.js
+++ b/web/account/traditional-login-form.react.js
@@ -137,6 +137,12 @@
messageForException === 'unsupported_version'
) {
setErrorMessage(getShortVersionUnsupportedError());
+ } else if (
+ messageForException === 'need_keyserver_message_to_claim_username'
+ ) {
+ // We don't want to let users claim their reserved usernames from web
+ // because we won't be able to establish a primary device for them.
+ setErrorMessage('please log in from a mobile device then retry');
} else {
setErrorMessage('unknown error');
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 5:12 AM (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2497253
Default Alt Text
D12546.diff (757 B)
Attached To
Mode
D12546: [web] inform password users that they need to log in from native to claim username
Attached
Detach File
Event Timeline
Log In to Comment