-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20d986d
commit 2ae8b5f
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,41 @@ | ||
# Policies | ||
|
||
!!! tip "Under construction" | ||
## Overview | ||
|
||
We are doing our best to complete this page. If you want to participate, don't hesitate to join the [Filigran Community on Slack](https://community.filigran.io) or submit your pull request on the [Github doc repository](https://github.com/OpenBAS-Platform/docs). | ||
The Policies configuration page, located under **Settings > Security > Policies**, is designed to manage and customize various security-related settings. | ||
This page currently includes the configuration of _login messages_, with plans to expand its capabilities in the future. | ||
|
||
### Current Features | ||
|
||
**Login Messages** | ||
Administrators can create and manage messages that are displayed to users upon login. This feature is useful for providing important information or updates directly to users when they access the platform. | ||
There are three types of messages: | ||
* **Platform Login Message**: Displayed above the login form to communicate vital information or announcements. | ||
* **Platform Consent Message**: Displayed to users during the login process. It appears as a notification that blocks access to the login form until users actively give their consent by checking an approval box. This ensures that users acknowledge and agree to certain terms or conditions before proceeding with logging in. | ||
* **Platform Consent Confirm Text**: A message accompanying the consent box, providing clarity on the consent confirmation process. | ||
|
||
These messages can be customized to fit the organization's specific needs and requirements, ensuring that critical information is communicated effectively to users. | ||
<p align="center"> | ||
<img src="img.png" width="350"> | ||
</p> | ||
<p align="center"> | ||
<img src="img_1.png" width="350"> | ||
</p> | ||
|
||
### Accessing the Policies Configuration Page | ||
|
||
To access the Policies configuration page, navigate to: | ||
|
||
Settings / Security / Policies | ||
|
||
### How to Configure Login Messages | ||
|
||
1. Navigate to the Policies Configuration Page: Go to "Settings > Security > Policies". | ||
2. Login Messages Section: Locate the section for login messages. | ||
3. Enter Message Details: Provide the content for the login message. | ||
4. Save Changes: Save your changes to apply the new or updated message. | ||
|
||
### Best Practices | ||
|
||
* Regular Updates: Regularly update login messages to keep users informed of any critical updates or changes. | ||
* Clear Communication: Ensure that messages are clear and concise to avoid confusion. |