[GH-ISSUE #41] Feature request: Add user defaults #31

Closed
opened 2026-03-02 12:03:16 +03:00 by kerem · 3 comments
Owner

Originally created by @Pukkahq on GitHub (Oct 17, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/41

Originally assigned to: @KelvinTegelaar on GitHub.

When adding a "user" allow system wide default setting for "Usage location"

Originally created by @Pukkahq on GitHub (Oct 17, 2021). Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/41 Originally assigned to: @KelvinTegelaar on GitHub. When adding a "user" allow system wide default setting for "Usage location"
kerem 2026-03-02 12:03:16 +03:00
Author
Owner

@KelvinTegelaar commented on GitHub (Oct 17, 2021):

Good one. @redanthrax was speaking about adding cookies recently and I am thinking we'll have to for this feature. We can't and don't want to store any info server side.

<!-- gh-comment-id:945186573 --> @KelvinTegelaar commented on GitHub (Oct 17, 2021): Good one. @redanthrax was speaking about adding cookies recently and I am thinking we'll have to for this feature. We can't and don't want to store any info server side.
Author
Owner

@dbeta commented on GitHub (Oct 20, 2021):

Instead of cookies, shouldn't you use local storage for this? Local storage isn't sent back to the server ever, so it further separates Client and Server.

<!-- gh-comment-id:947893014 --> @dbeta commented on GitHub (Oct 20, 2021): Instead of cookies, shouldn't you use local storage for this? Local storage isn't sent back to the server ever, so it further separates Client and Server.
Author
Owner

@KelvinTegelaar commented on GitHub (Oct 20, 2021):

Used localstorage, it no reuses the last location when you refresh; this also makes it each if you're adding users in bulk that need a different location.

<!-- gh-comment-id:947946636 --> @KelvinTegelaar commented on GitHub (Oct 20, 2021): Used localstorage, it no reuses the last location when you refresh; this also makes it each if you're adding users in bulk that need a different location.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#31
No description provided.