hi all,

i am about to hack laconi.ca into a clients intranet, and would like to use the existing userbase and avatars.

authentication is done on the same server.

my idea is to move the existing LoginAction to AbstractLoginAction and to have something as follows:

class LoginAction extends AbstractLoginAction {

    function check_login()
    {
        // check login on existing used db

        if (! user exists in laconica db) {
            // register the user
        }
    }
}

did anyone go that path before?

thx in advance.
pierre.

Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to