James Lin

Results 39 comments of James Lin

It doesn't even support 2.2 yet, so I guess django 3 will be a long way. It seems the author has gone to work on the core project to bring...

Having the same problem with Django...

> This can be currently (somewhat) achieved by disabling self-registration and using an admin view to add `Authenticator` to selected users. > > As for the proposed change, I am...

> Would you mind re-creating this PR for https://github.com/proxmoxer/proxmoxer ? here it is https://github.com/proxmoxer/proxmoxer/pull/2

I too have this problem, to reproduce it by running this query, Article.objects.filter(tags__slug__in=['tag1', 'tag2']) if an article has been tagged by 'tag1' and 'tag2' will result above error I guess...

I am trying to add a group to the resource and I keep getting this error, don't know what I am doing wrong here.

I managed to create some work in progress for the auth request and auth api, borrowing code from the views.py ```python import base64 from http.client import BAD_REQUEST from typing import...

And the js part for auth process ```javascript // /js/api/auth.js export default { .... fidoTwoStepAuthRequest(){ return client.get('auth/fido/auth-request/') }, fidoTwoStepAuthenticate(data){ return client.post('auth/fido/authenticate/', data) }, } ``` ```javascript import React from 'react';...

The `/registration/` is registering your key and link to your user. Your error seems that you haven't done the `/registration/` part.

It seems like to utilize yubicloud, I don't have experience using that On Fri, 5 Nov 2021, 6:58 pm Dirk Haupt, ***@***.***> wrote: > @variable django-trench > integrates with django...