summaryrefslogtreecommitdiffstats
path: root/iw/account_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "working on this"Peter Jones2010-02-261-1/+1
* working on thisPeter Jones2010-02-261-1/+1
* Move users and security to the Anaconda object.Chris Lumens2010-02-041-6/+6
* Fix focus grabbing on both the password and hostname screens.Chris Lumens2009-08-201-7/+2
* Make the weak password dialog comply with the HIG (#487435).Chris Lumens2009-05-191-5/+3
* cracklib now raises exceptions on bad passwords (rzhou, #476312).Chris Lumens2008-12-151-2/+4
* Include cracklib .mo files and look up strings in the right domain.Chris Lumens2008-11-111-2/+1
* Display capslock status correctly (#442258)David Cantrell2008-08-041-5/+12
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+5
* Do string substitution after we've translated (#441053)Jeremy Katz2008-04-071-1/+1
* Focus root password entry box (#436885).David Cantrell2008-03-181-2/+12
* Focus root password entry box (#436885).David Cantrell2008-03-111-0/+3
* Clean up root password user interfaces.David Cantrell2008-02-201-106/+61
* Validation of root password with cracklibHARA Hiroshi2007-12-171-0/+12
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-6/+13
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-2/+0
* Display a warning message if caps lock is on (#207894).Chris Lumens2007-03-161-4/+20
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-2/+2
* Focus the next button when enter is pressed on the second password entryChris Lumens2007-02-271-4/+2
* Always set the password field as unencrypted, so interactive kickstart installsChris Lumens2006-08-071-0/+1
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-1/+0
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-7/+7
* Use libuser for handling the root password instead of a bunch of our ownChris Lumens2006-04-111-5/+4
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-10/+10
* Use gui.readImageFromFile instead of deprecated ics methods.Chris Lumens2005-02-231-1/+1
* clear the password/confirm entries if there's a problem with the passwordJeremy Katz2004-06-031-4/+10
* add a few more wordsJeremy Katz2004-06-031-2/+3
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-20/+24
* nalin sez spaces are fine (#84705)Jeremy Katz2003-02-201-1/+1
* only allow ascii passwords. anything else is nonsensical and impossible toJeremy Katz2003-01-231-1/+13
* don't pass the accounts object around either since it's superflous nowJeremy Katz2002-10-011-1/+1
* remove user account codebfox2002-09-201-349/+1
* clean up some alignments in the root password part of the screenbfox2002-09-201-11/+8
* oops, don't let passwords of less than six chars be added (#72006)Jeremy Katz2002-08-211-1/+3
* translate the label (#70422)Jeremy Katz2002-08-021-1/+1
* new iter_next APIMatt Wilson2002-07-181-3/+2
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-10/+7
* don't run the window after showing it with response being handled. this caus...Jeremy Katz2002-07-101-2/+0
* add mnemonicsJeremy Katz2002-07-021-20/+28
* got to have a titleMike Fulbright2002-06-281-1/+1
* double click on the user list should let you edit the userJeremy Katz2002-06-201-0/+4
* fix another case of button orderingJeremy Katz2002-06-201-1/+1
* add mnemonics and get button order correct for adding a userJeremy Katz2002-06-191-6/+6
* make things work with new pygtk2Jeremy Katz2002-06-171-7/+4
* switch to get_iter_first()Mike Fulbright2002-06-061-2/+2
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-2/+2
* bye bye redundancyJeremy Katz2002-02-141-2/+1
* fix #59422Matt Wilson2002-02-111-2/+2
* oh yeah goodbye reconfigMike Fulbright2002-02-081-6/+0
* add frameMatt Wilson2002-02-061-2/+3