[26373] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25541 - trunk/debathena/config/lightdm-config/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu May 31 09:18:14 2012

Date: Thu, 31 May 2012 09:18:13 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201205311318.q4VDIDs5015653@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-05-31 09:18:13 -0400 (Thu, 31 May 2012)
New Revision: 25541

Modified:
   trunk/debathena/config/lightdm-config/debian/changelog
   trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter
Log:
In lightdm-config:
  * Explain how to type a username correctly


Modified: trunk/debathena/config/lightdm-config/debian/changelog
===================================================================
--- trunk/debathena/config/lightdm-config/debian/changelog	2012-05-31 12:48:41 UTC (rev 25540)
+++ trunk/debathena/config/lightdm-config/debian/changelog	2012-05-31 13:18:13 UTC (rev 25541)
@@ -4,8 +4,9 @@
   * Bump the scaling factor on the owl, the previous values were when we
     were in an additional window and could obscure the greeter
   * Disallow logins when we're taking an update
+  * Explain how to type a username correctly
 
- -- Jonathan Reed <jdreed@mit.edu>  Wed, 30 May 2012 19:25:59 -0400
+ -- Jonathan Reed <jdreed@mit.edu>  Thu, 31 May 2012 09:17:59 -0400
 
 debathena-lightdm-config (1.0) unstable; urgency=low
 

Modified: trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter
===================================================================
--- trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter	2012-05-31 12:48:41 UTC (rev 25540)
+++ trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter	2012-05-31 13:18:13 UTC (rev 25541)
@@ -296,7 +296,7 @@
                 # looking at the screen, which would otherwise result in the
                 # window resetting after the first error, and then they end
                 # up typing their password into the username box.
-                self.errDialog("Invalid username '%s'" % (currUser))
+                self.errDialog("The username '%s' is invalid.\n\n(Tip: Please ensure you're typing your username in lowercase letters.\nDo not add '@mit.edu' or any other suffix to your username.)" % (currUser))
                 self.startOver()
                 return True
             # There's probably a better way


home help back first fref pref prev next nref lref last post