Hi all,

When you create new user and group in Nuxeo, it will be handled by
UserManagerActionBean and GroupManagerActionBean.
They will limit your input name to chars in
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-0123456789"
I don't know the reason of this(Could sombody give some hints?).
But in many cases, say a non-latin user, would like to use his own language
with login name, especially with group name(This is meaningful to biz)
We comment the validation code in both classes and now we can login with
admin and create user and groups in non-latin words.
But we met another problem: we can not login the Nuxeo with non-latin
username, we notice this piece of code in login.jsp:
----------------------------------------------------------
<c:if test="${param.loginFailed}">
            <div class="errorMessage">
                  <fmt:message bundle="${messages}"
key="label.login.invalidUsernameOrPassword" />
            </div>
</c:if>
---------------------------------------------------------
Could you please tell us what the ${param.loginFailed} is and where can we
modify it?
Many Thanks.


-- 


Best regards,
Xin
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to