Revision 6d1ef619baf3d738285880ef745ddd512d6e97bb
Sean Egan
seanegan at gmail.com
Thu Jun 21 20:47:24 EDT 2007
On 6/21/07, Andreas Monitzer <pidgin at monitzer.com> wrote:
> That was already happening for the user name (which I reused), but I
> couldn't find a password field (I had to add one for my code).
Just look down to lines:
char *username; /**< The username.
*/
char *alias; /**< How you appear to yourself.
*/
char *password; /**< The account password.
*/
> The callback also states the point in time when it happens, and
> whether it succeeded or not.
Those are useful things to give to the callback. I think that the
account passed into the register function should automatically be
updated to all the correct fields and used, instead of passing fields
from it back separately.
-s.
More information about the Devel
mailing list