summaryrefslogtreecommitdiffstats
path: root/pw/tests/pw_usermod.sh
Commit message (Collapse)AuthorAgeFilesLines
* Validate input of pw usermod -h and pwusermod -HBaptiste Daroussin2015-07-041-0/+37
| | | | | | | Push the code that set the password into a separate function to improve readability Add regression tests about pw usermod -h and pw usermod -H
* In case of rename validate the length of the new nameBaptiste Daroussin2015-06-071-3/+24
| | | | Check early that the new name fits MAXLOGNAME and store it in pwconf
* Add tests for pw -NBrad Davis2014-12-161-0/+56
| | | | | | PR: 150449 Submitted by: Robert O'Neil <oneil.rs@gmail.com> Approved by: will
* Add some tests for user modification. [1]Brad Davis2014-12-091-0/+56
Fix a missing test in the Makefile from my previous commit. PR: 195834 [1] Submitted by: Robert O'Neil <oneil.rs@gmail.com> Approved by: will