Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10443125: Allow re-enrollment to the same domain in case of policy data loss. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved the domain extraction to Authenticator and added custom error message. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 90845476a949b34fb3f69a95a5681da94e8bae3f..7c77136b529520b1daaa3387ce1e727b2240bd3a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15964,6 +15964,9 @@ Battery full
<message name="IDS_ENTERPRISE_LOCKBOX_TIMEOUT_ERROR" desc="Error message to show when the initialization of the lockbox is taking too long.">
Oops! The initialization of the installation-time attributes has timed out. Please contact your support representative.
</message>
+ <message name="IDS_ENTERPRISE_WRONG_USER_ERROR" desc="Error message to show when the user used to re-enroll the device does not belong to the domain that the device was originally enrolled into.">
Mattias Nissler (ping if slow) 2012/06/08 13:13:44 Name is not really descriptive. Maybe ENROLLMENT_D
pastarmovj 2012/06/08 15:07:12 Done.
+ This user account does not belong to the domain that the device is enrolled into. If you want to enroll to a different domain you need to go through device recovery first.
+ </message>
<message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog.">
Enterprise enrollment
</message>

Powered by Google App Engine
This is Rietveld 408576698