summaryrefslogtreecommitdiffstats
path: root/iw/account_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "working on this"Peter Jones2010-02-261-1/+1
| | | | This reverts commit a24e722ebcb06c88f88605190caebdcf83236690.
* working on thisPeter Jones2010-02-261-1/+1
|
* Move users and security to the Anaconda object.Chris Lumens2010-02-041-6/+6
| | | | | This patch also moves rootPassword into Users where it belongs and auth into Security where it belongs.
* Fix focus grabbing on both the password and hostname screens.Chris Lumens2009-08-201-7/+2
| | | | | | | | Since we have the Next button grab focus immediately before drawing then screens, we'd been relying on a complicated system of GTK signals to do the job but that only ever worked part of the time. Instead, add a focus() method to InstallWindow that screens can override and will set the focus to the correct widget.
* 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
| | | | | | | | On the root password screen, display the status of the caps lock key correctly. The state is shown when the screen initially loads, rather than assuming it is off. The toggle also verifies the key state rather than just switching messages back and forth.
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+5
| | | | * po/sk.po: Typo fix.
* 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
| | | | | | | Make sure the root password entry box has focus when we get to the password screen. Pressing Enter will take you down to the confirm box. Pressing Enter in confirm is the same as clicking Next on the screen.
* Focus root password entry box (#436885).David Cantrell2008-03-111-0/+3
| | | | | | | | | Make sure the root password entry box has the focus when we get to the root password screen. Remove the reference to root-password.png in the glade file to avoid libglade warnings on the console. Try to see if we can get Enter keypresses from the confirm password entry box to trigger the Next button. It's not working for me, but my keyboard is acting up with the latest kernel.
* Clean up root password user interfaces.David Cantrell2008-02-201-106/+61
| | | | | | | Clean up the code for the iw and textw root password entry interfaces. Move functions outside of the classes to inside the class, clean up formatting, turn gtk interface in to a glade file, remove unused code and variables.
* Validation of root password with cracklibHARA Hiroshi2007-12-171-0/+12
| | | | | | | | | | | | | | | Current anaconda validates only length of root password. but passwd command validates more things for password like the following... ------------------------------------------- Changing password for user root. New UNIX password: BAD PASSWORD: it is based on a dictionary word Retype new UNIX password: ------------------------------------------- so I added the validation of root password to anaconda using cracklib same as passwd.
* 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
| | | | it.
* 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
| | | | #204564).
* Focus the next button when enter is pressed on the second password entryChris Lumens2007-02-271-4/+2
| | | | (#206568).
* Always set the password field as unencrypted, so interactive kickstart installsChris Lumens2006-08-071-0/+1
| | | | get the right value written into /etc/shadow (#201455).
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-1/+0
| | | | | been disabled for months and it's never coming back. Also remove this stuff from the glade file as well.
* 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
| | | | stuff.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-10/+10
| | | | from Colin Walters.
* 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
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* 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
| | | | handle sanely due to lack of a defined encoding for the passwd file (#81534)
* 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 ↵Jeremy Katz2002-07-101-2/+0
| | | | causes an run loop for the dialog and thus we can't exit. HOORAY
* 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 ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* 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
|