> On 15 Oct 2014, at 11:16, Christophe Brocas <[email protected]> > wrote: > > > 2. My question > ************** > Q : Do*all* differents access types (API, owncloud sync engine, CardDAV etc) > provide > login failures in the*same* log file using the*same* format ? > > Disclamer : with my own tests, I am not totally sure to test all cases due to > my lack of > understanding about OC authentication mechanisms for all types of access : > API, > CardDAV, sync etc. > > So if an OC developer may confirm this assertion (or not), it would be very > valuable imho
Login failures are catched within "checkPassword()” of the user backend, this function is called within all authentication methods (i.e. DAV / Web). Your assumption is therefore right, at least with stable7 the error message should be the same for all authentication actions. If not, please file a bug. _______________________________________________ Devel mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/devel
