[26381] in Source-Commits
Re: /svn/athena r25541 -
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Thu May 31 20:17:44 2012
Date: Thu, 31 May 2012 20:17:41 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201205311318.q4VDIDs5015653@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1205312017160.18441@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Sigh...ACK
-Ben
On Thu, 31 May 2012, Jonathan D Reed wrote:
> 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
>
>