2013/12/22 Giovanni Pederiva <[email protected]> > hi, i'm an italian physics student. > i was asked to remake a website that was quite old and difficult to manage > for a summer school i had attended. one of my first ideas was to use a cms > do manage the content. as the website was already written in django i > happened to find mezzanine... > Now to the real question: how can i make the usermodel use the email as a > primary key (and use it as the only login requirement, together with the > password)? is it possible? i tried to look in the code of the default > usermodel of mezzanine, but all i get is something like "email.gmai.com" > for example, which is not exactly what i want, neither unique. > i tried to look online for a solution, but there's not that much > documentation about mezzanine... > > any help would be very appreciate >
Hi Giovanni, view mezzanine docs at http://mezzanine.jupo.org/docs/user-accounts.html#restricting-account-fields and use *ACCOUNTS_NO_USERNAME* settings. Regards, Simone -- Simone Dalla Responsabile Sistemi Informatici Comune di Zola Predosa Email: [email protected] Tel: 0516161860 Cell: 3290179546 -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
