[mezzanine-users] Re: Email confirmation for admin-created users?

2014-07-17 Thread gmflanagan
Hi Matt Here's an app that I put together, roughly copied from a current project: https://github.com/averagehuman/mezzanine-invites The idea is that, rather than creating users directly, you create invite codes which you give to your colleagues. Then you enable a custom auth backend

Re: [mezzanine-users] Re: Email confirmation for admin-created users?

2014-07-17 Thread Matt Gushee
Hi, GM-- Thanks, I'll take a look at it. On Thu, Jul 17, 2014 at 8:05 AM, gmflanagan cyclebelf...@gmail.com wrote: Hi Matt Here's an app that I put together, roughly copied from a current project: https://github.com/averagehuman/mezzanine-invites The idea is that, rather than creating

Re: [mezzanine-users] Error with SHOP_CURRENCY_LOCALE in OSX 10.9

2014-07-17 Thread Emlyn Clay
I have the same issue on my Mac dev machine when I run the pydev debugger in PyCharm. `locale -a` tells me that the locale that I've chosen ('en_GB') is available. I found that the python interpreter complains that there is 'too many variables to unpack' because settings.SHOP_CURRENCY_LOCALE is

Re: [mezzanine-users] Error with SHOP_CURRENCY_LOCALE in OSX 10.9

2014-07-17 Thread Stephen McDonald
Thanks Emlyn - that sounds like a bug in Cartridge On Fri, Jul 18, 2014 at 7:43 AM, Emlyn Clay eclay...@gmail.com wrote: I have the same issue on my Mac dev machine when I run the pydev debugger in PyCharm. `locale -a` tells me that the locale that I've chosen ('en_GB') is available. I found

Re: [mezzanine-users] Re: Email confirmation for admin-created users?

2014-07-17 Thread Matt Gushee
Hi, Josh and all-- Well, I found out that if I set ACCOUNTS_APPROVAL_REQUIRED and ACCOUNTS_VERIFICATION_REQUIRED to True, as per Stephen's message, I can then create an inactive user, then go back and set their account active, and they get a confirmation email. I'm a little confused by the logic

Re: [mezzanine-users] Re: Email confirmation for admin-created users?

2014-07-17 Thread Ken Bolton
On Thu, Jul 17, 2014 at 7:58 PM, Matt Gushee m...@gushee.net wrote: Hi, Josh and all-- Well, I found out that if I set ACCOUNTS_APPROVAL_REQUIRED and ACCOUNTS_VERIFICATION_REQUIRED to True, as per Stephen's message, I can then create an inactive user, then go back and set their account