You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/identity-provider-htpasswd-about.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,8 @@
6
6
= About htpasswd authentication
7
7
8
8
Using htpasswd authentication in {product-title} allows you to identify users based on an htpasswd file. An htpasswd file is a flat file that contains the user name and hashed password for each user. You can use the `htpasswd` utility to create this file.
9
+
10
+
[WARNING]
11
+
====
12
+
Do not use htpasswd authentication in {product-title} for production environments. Use htpasswd authentication only for development environments.
0 commit comments