Python: Format .qhelp file

99% of our .qhelp files have manually wrapped lines, so just wanted to
keep things consistent
This commit is contained in:
Rasmus Wriedt Larsen
2022-05-10 17:59:21 +02:00
parent 2b6e0cfb44
commit 0c534444ad

View File

@@ -9,7 +9,9 @@
<p>
A
<code>pam_authenticate</code>
only verifies the credentials of a user. It does not check if a user has an appropriate authorization to actually login. This means a user with a expired login or a password can still access the system.
only verifies the credentials of a user. It does not check if a user has an
appropriate authorization to actually login. This means a user with a expired
login or a password can still access the system.
</p>
</overview>
@@ -26,7 +28,9 @@
<example>
<p>
In the following example, the code only checks the credentials of a user. Hence, in this case, a user expired with expired creds can still login. This can be verified by creating a new user account, expiring it with
In the following example, the code only checks the credentials of a user. Hence,
in this case, a user expired with expired creds can still login. This can be
verified by creating a new user account, expiring it with
<code>chage -E0 `username` </code>
and then trying to log in.
</p>
@@ -46,4 +50,4 @@
<a href="https://man7.org/linux/man-pages/man3/pam_acct_mgmt.3.html">pam_acct_mgmt</a>
</li>
</references>
</qhelp>
</qhelp>