-
Hello there,
Got an error "Call to a member function post() on null" at …/user/plugins/form/form.php:184 when clicking the "save" button modifying a user properties in expert mode.
Steps to rep…
-
Hi,
I’m having trouble with 2FA. Once I've set it up with google authenticator an log out, it's impossible to log in.
I've found that settings are well saved but the secret displayed in admin is…
-
ATTENTION!!!
MUST READ THIS BEFORE SUBMITTING ISSUES:
https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-submit-an-issue
- OS: Windows
- Programming Language version: Python
- …
-
Hi guys,
I'm having difficulty logging in using password authentication with users I've created:
I created the user using a POST request to http://localhost:8080/v1/user with the data:
{
…
-
Hi guys,
I am trying to log in into my site using 2-Factor Authentication which wont let me in for about last two days. I could not figure out what could be a problem. I tried to re-sync Google aut…
-
Для запуска на Rosa Linux необходимо установить следующие пакеты:
`mono mono-data mono-extras mono-winforms`
Если есть необходимость запускать программу не от рута, нужно выбрать порт из диапазона о…
-
Grav `v1.3.10` - Admin `v1.6.7`
Using the reported versions of Grav and the Admin plugin displays no QR code when 2FA is enabled. I can reproduce the same thing across different Grav instances with…
-
I updated to version 1.14.79 with `pip install ccxt --update` but now I'm unable to load objects, am'I the only one facing this problem ? I have tried uninstalling `ccxt` but it I still have the same …
-
I'm working with an API where every API call can potentially fail with a "two-factor-authentication-code-required" error and need to be retried with the exact same arguments (modulo the two factor cod…
-
```
> const ccxt = require('ccxt');
undefined
> const ex = new ccxt['bitfinex2'] ();
undefined
> ex.fetchTicker('BTC/USD')
TypeError: ex.fetchTicker is not a function
at repl:1:4
at Co…