File: flags.html

package info (click to toggle)
webmin 1.180-3sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 16,900 kB
  • ctags: 2,152
  • sloc: perl: 55,792; java: 1,362; sh: 980; ansic: 221; makefile: 191
file content (14 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<header>Account flags</header>

There are three different flags that can be set to alter password behavior:
<ul>
<li><b>Only root can change password</b><br>
    If this flag is set then only the root user can change password information. <p>
<li><b>User must choose new password</b><br>
    If this flag is set then the user is forced to change their password the
    next time a login command or an su command is given for the user.  <p>
<li><b>Don't check password restrictions</b><br>
    If this flag is set then new passwords choosen need not follow the password guidelines. <p>
</ul>
<hr>