Hi David,

I tried that it also didn't work.

However, I did manage to find a solution:

*                        **rb-site manage </path/to/site> shell*
*from djblets.siteconfig.models import SiteConfiguration*
*siteconfig = SiteConfiguration.objects.get_current()*
*siteconfig.set('auth_backend', 'builtin')*
*siteconfig.save()*
This resets the authentication.


On Monday, 19 August 2013 19:59:09 UTC+1, David Trowbridge wrote:
>
> Michaela,
>
> It looks like the documentation got a little fuzzed in the translation 
> between plain text and html. The correct command is this (note the extra 
> "--"):
>
> rb-site manage /path/to/site set-siteconfig -- --key=auth_backend 
> --value=builtin
>
> -David
>
>
> On Mon, Aug 19, 2013 at 2:45 AM, Michaela Newell 
> <[email protected]<javascript:>
> > wrote:
>
>> I have tried to reset my authentication setup using the command:
>>
>> rb-site manage /path/to/site set-siteconfig ––key=auth_backend 
>> –value=builtin
>>
>> as stated on review boards website how the command is not working and is 
>> returning:
>>
>> no such option: --key
>>
>> Any ideas?
>>
>> Many Thanks,
>> Michaela
>>
>> -- 
>> Want to help the Review Board project? Donate today at 
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~----------~----~----~----~------~----~------~--~---
>> To unsubscribe from this group, send email to 
>> [email protected] <javascript:>
>> For more options, visit this group at 
>> http://groups.google.com/group/reviewboard?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" 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.

Reply via email to