Skip to content

Commit

Permalink
Merge pull request #1396 from vsvishalsharma/User_Manual
Browse files Browse the repository at this point in the history
Makes user manual accessible to all loged in users
  • Loading branch information
mozzy11 authored Jan 13, 2025
2 parents 10ae616 + 4facb58 commit 4cc03a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class SecurityConfig {
// TODO should we move these to the properties files?
// pages that have special security constraints
public static final String[] OPEN_PAGES = { "/pluginServlet/**", "/ChangePasswordLogin",
"/UpdateLoginChangePassword", "/health/**", "/rest/open-configuration-properties" };
"/UpdateLoginChangePassword", "/health/**", "/rest/open-configuration-properties", "/docs/UserManual" };
public static final String[] LOGIN_PAGES = { "/LoginPage", "/ValidateLogin", "/session" };

public static final String[] AUTH_OPEN_PAGES = { "/Home", "/Dashboard", "/Logout", "/MasterListsPage",
Expand Down

0 comments on commit 4cc03a7

Please sign in to comment.