Community
Participate
Working Groups
Created attachment 187655 [details] screenshot The login dialog now has a heading that says "Orion Secure Storage" and the create dialog area says "Create Orion Secure Storage Account" For the new users we expect to attract in M5, this will probably confuse them. I can imagine someone saying, "I just want an Orion account, do I need to a secure storage account, too?" So I recommend the heading say "Welcome to Orion" And the create message "Create Orion Account"
Another wording issue. Back when I was having problems with the users.xml (before secure storage), I was getting NPE's which ended up showing this error message in the login dialog: "Internal error while authentication" I think the proper wording here would be "Internal error during authentication"
"Orion Secure Storage" is a name of a user store we support. The name is shown because we can support more than one user store (for example we could support W3, or any LDAP when bug 334228 is implemented), but I think we could just change "Orion Secure Storage" to "Orion" or in user store API add something like getDisplayName(). Szymon, what do you think?
I corrected "Internal error while authentication".
(In reply to comment #2) > "Orion Secure Storage" is a name of a user store we support. The name is shown > because we can support more than one user store (for example we could support > W3, or any LDAP when bug 334228 is implemented), but I think we could just > change "Orion Secure Storage" to "Orion" or in user store API add something > like getDisplayName(). > Szymon, what do you think? The point is that the specific persistence mechanism we use on the server for storing authentication data isn't an interesting detail for end users. I can imagine that kind of information being put into error log messages, but not in end users messages.
(In reply to comment #2) > Szymon, what do you think? If there is only one user storage, I would display: - Welcome to Orion as Susan suggested under the header - New to Orion? Create new account The default displayed name for all internal (XML, Secure Storage) user services should be Orion. These working with external services should have meaningful names, like LDAP. It may be confusing when both XML and Secure Storage user services are in place, cause we will see then: - Orion | Orion however it does not make sense to use both internal user admins in the same time. If one wants to change the default displayed name we could allow to specify that in Orion server configuration. But I don't think it is important now.
(In reply to comment #5) > The default displayed name for all internal (XML, Secure Storage) user services > should be Orion. These working with external services should have meaningful > names, like LDAP. How do we distinguish between "internal" user service and "external"?
Solution: when only one user store exists the name of users store does not display at all, when there are more than one users stores "Orion Secure Storage" is now called "Orion". Xml storage that was previously called "EclipseWeb" is now called "Orion" as well.