-
Notifications
You must be signed in to change notification settings - Fork 40
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
Provide user credentials #21
Comments
Still relevant. I can help with design, not with code, since now in Ruby :-P |
To enable this feature variable User name will be If Password is static defined through the |
I would rather get these values in new variables, and make it possible to reassign to the existing ones. Something like: The previous format would allow to have the number formatted to 2 digits, 3 digits, ... depending on the size of the workshop. And then, in the regular vars for the workshop, we could use, re-assignment: PASSWORD for the time being, as it's being static, would be possible kept as it is. These would prevent breaking changes when the option is activated. |
I like the idea with formatting, and IMHO OK to enforce it, so that if https://ruby-doc.org/core-2.5.0/Kernel.html#method-i-sprintf with one argument being passed in. |
Why do we need to cap the number of usernames generated? |
You do not have to, if |
I don't think Would that be implemented using an embedded db? |
@siamaksade we already have it, have just reused it. https://github.com/openshift-labs/starter-guides/blob/master/_modules.yml#L27 |
what's the state on this @siamaksade @jorgemoralespou ? |
@marekjelen, what do you mean? If this is still relevant? Yes. If there's been test? No, but if it's testable I'll go ahead and give feedback |
As many of the workshops provide information with user credentials which can not be repeated per attendee, I think it would be nice to have the following feature:
When you click in an event/workshop, if it's configured to provide credentials you would have an intermediate page that would provide those to you (Or maybe just display the credentials on the top banner and modify instructions accordingly to the credentials of the user). A cookie should be set so that the user will always get the same credentials.
Credentials could come from:
The text was updated successfully, but these errors were encountered: