-
Notifications
You must be signed in to change notification settings - Fork 908
User acknowledgement during login using UI script and user preferences #1784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User acknowledgement during login using UI script and user preferences #1784
Conversation
am-shakeel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. However, it doesn’t comply with our contributing guidelines. As a reminder, the general requirements (as outlined in the CONTRIBUTING.md file) are the following: follow the folder+subfolder+snippetfolder guidelines and include a readme.md file explaining what the code snippet does. Review your contribution against the guidelines and make the necessary adjustments. Closing this for now. Once you make additional changes, feel free to re-open this Pull Request or create a new one.
|
@am-shakeel : may i know whats missing here?? |
|
@gowdah - Client-Side Components Folder > UI Scripts Folder > Here you need to add your Script folder with name |
|
@am-shakeel : May be my forked branch is outdated, let me sync and request again with proper folder structure! Thank you. |

# PR Description:
This is to display an acknowledgement message when a user logs into the system, using a UI script, UI page, and a user preference.
The UI script checks the user preference and calls the UI page upon user login.
The UI page displays the message content.
The user preference is used to check user acknowledge status and prevent it from showing every time the user logs in.