Hi,

Is it possible to do something like this:

<mm:cloud name="mmbase"" authenticate="name/encodedpassword" method="pagelogon" username="test" encodedpassword="098f6bcd4621d373cade4e832627b4f6" >

In other words doing a cloud pagelogon using an encoded password. The above example does not work because encodedpassword is not a valid attribute of cloud.
If I use the parameter password instead of encodedpassword I get this:

The parameter 'java.lang.String password' is not defined (defined are [java.lang.String username=test, java.lang.String encodedpassword=null, java.util.List usernames=null, org.mmbase.security.Rank rank=null])

If I set method="loginpage" and and use a loginpage that provides a encodedpassword field login does work so settings are ok.


michielb


_______________________________________________
Users mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/users

Reply via email to