[Bug 65764] Re: Password last-changed date displayed as epoch-1

Rocco Stanzione grasshopper at linuxkungfu.org
Thu Oct 12 21:56:41 UTC 2006


It looks like what I'm asking for is pretty close to the intended
behavior, from userconfig.py:

        if self.userobj.getLastPasswordChange()is None:
            self.lastchangelabel.setText('-');

Notice the lack of a space between "()" and "is", which looks like a
typo.  If that's not the problem, it's probably one of the FIXME's in
unixauthdb.py, or a disconnect between "None" (the string) in
unixauthdb.py and None as it appears above.

-- 
Password last-changed date displayed as epoch-1
https://launchpad.net/bugs/65764




More information about the kubuntu-bugs mailing list