Ids Braam wrote: > Well, the admin would do this during install of the system, before the > system goes live. Perhaps if md5 is cracked or higher security is needed. > It isn't very likely this happens, but I was just wondering how to do this > the nice way.
I guess what you actually want is a function 'checkpassword', or perhaps more genericly 'checkCredentials'. This is essentially what a login does, the only difference being that a login would throw an exception on failure. Well in your tag you could probably just catch it.. Perhaps an attribute on the cloud-tag would be nicer (onfail="skip"), because the provisioning of the credentials is done the same then, and I think the functionality is available genericly then, also for other security implementations. If I were you, I would for the moment simply stick with md5 and perhaps issue a wish in our bugtracker. Michiel. -- Michiel Meeuwissen mihxil' Mediacentrum 140 H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
