Skip to content
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

reword user-facing messages to say "passwordless" #485

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

cfbao
Copy link
Member

@cfbao cfbao commented Oct 15, 2024

Why

We're going to brand the new feature "passwordless" rather than "auto login".
Good to use consistent language everywhere.

Ticket

https://desire2learn.atlassian.net/browse/VUL-522

@cfbao cfbao force-pushed the passwordless-wording branch from 5138b01 to 470682e Compare October 16, 2024 16:16
Comment on lines -210 to -218
If you have to run BMX with elevated privileges, and aren't concerned with the security of {orgUrl.Host},
consider running the command again with the '--experimental-bypass-browser-security' flag.
"""
);
} catch( TargetClosedException ) {
consoleWriter.WriteWarning( """
Failed to automatically sign in to Okta as BMX is likely being run with elevated privileges.
If you have to run BMX with elevated privileges, and aren't concerned with the security of {orgUrl.Host},
consider running the command again with the '--experimental-bypass-browser-security' flag.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since #482, we check for elevated permission beforehand and short circuit the logic, so messages here are unnecessary

@cfbao cfbao marked this pull request as ready for review October 16, 2024 16:17
@cfbao cfbao requested a review from a team as a code owner October 16, 2024 16:17
@@ -18,7 +18,7 @@
name: "--user",
description: ParameterDescriptions.User );

// allow no-sandbox argument for chromium to for passwordless auth with elevated permissions
// allow no-sandbox argument for Chromium to for passwordless auth with elevated permissions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This message seems a bit weirdly written?

Probably should say something along the lines of how: we need to set explicitly acknowledge we have no sandboxing in elevated permissions by passing this flag

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha, I was actually trying to fix this comment, that's why I touched "Chromium" here, but didn't end up completing the job.
will leave it be for now.

@cfbao cfbao merged commit fc303ee into main Oct 16, 2024
9 checks passed
@cfbao cfbao deleted the passwordless-wording branch October 16, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants