-
Notifications
You must be signed in to change notification settings - Fork 9
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
Auto-enable early access flag for users in non-production environments #412
Conversation
…pdate early access logic
…nt-based early access handling
|
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.
revert all changes to the config/server.go
file
…r.go to match main branch
…tion fields and adjusting early access logic in auth
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.
LGTM
Automatically sets the
has_early_access
flag to true when creating new users in non-production environments, while maintaining the default false value in production.This change simplifies testing of early access features in development and staging environments by eliminating the need for manual database updates.
Changes
has_early_access
has_early_access
to true in non-productionTesting
has_early_access=true
in developmenthas_early_access=false
in productioncloses #402