Ser5

Results 9 issues of Ser5

As I can see here: http://gatekeeper-auth.readthedocs.org/en/latest/users/#creating-users there is login, password, first name and last name fields, plus some technical info like id, resetCode, created etc. Usually a ton more of...

I read here http://gatekeeper-auth.readthedocs.org/en/latest/groups/#creating-a-group that "One thing to note, the group name must be unique". But `groups.name` field doesn't have UNIQUE index. I think it should. Currently I can call...

I tried to run this code: ``` php use \Psecio\Gatekeeper\Gatekeeper; Gatekeeper::disableThrottle(); $r = Gatekeeper::authenticate(array('username' => 'blah', 'password' => 'meh'), true); echo ''; var_dump($r, Gatekeeper::checkRememberMe()); echo ''; ``` which gave me...

Here is the code: ``` php Gatekeeper::createGroup(array( 'name' => 'spam_receivers', 'description' => 'Получатели рассылки', )); $group = Gatekeeper::findGroupByName('spam_receivers'); var_dump($group->name, $group->description); ``` As you can see, there are two words in...

Hi! Recently I parsed data from [this page](https://www.fountainpencompanion.com/pages/inks_by_popularity) and every ink listed there to create local page, where I can search for inks with similar colors. Shortly after I made...

More structured and detailed text: - at the top are general description of Flarum config files that will be used further - then common cases of custom paths

**Describe the bug** https://turt2live.github.io/matrix-bot-sdk/tutorial-encryption-bots.html can't get this example to work - getting error "**Error: Can't find the room key to decrypt the event**" for every new message in the room....

bug