Support the ongoing development of Laravel.io →
Authentication Security Packages
Last updated 1 year ago.
0

Thanks for the share. Really cool package.

Last updated 1 year ago.
0

Thanks a lot, its like a surprise ! Just as Sentry 2 got some problem with user activation (when you work on Laravel 4.1), could you please re-code it for Sentry 3?

Last updated 1 year ago.
0

@sineld : thanks :)

@Mantrama : i'm not aware of this problem, do you have any links ?

Syntara 1.2.4 & 1.1.20 released : https://github.com/MrJuliuss/syntara/releases :)

Last updated 1 year ago.
0

Hi MrJuliuss, after long time I had to create project from start and I've forgot where I can change routes because now when my route is protected with basicAuth it gets redirected to localhost/project/public/dashboard/login . What I want is that user (from front end) will login through localhost/project/public/user/login . Because this will have different views than dashboard. (without dashboard, because that route will be for admins only).

Any suggestions?

Last updated 1 year ago.
0

Hi, i posted a quick answer on github : https://github.com/MrJuliuss/syntara/issues/81 i can detail if needed ;)

Last updated 1 year ago.
0

Hi, new release coming soon, with user activation in email (in option) ;)

I search websites that use Syntara to make a small list on github syntara page. If you use syntara and you want to appear in the "They use Syntara" list, don't hesitate :) (i'm not sure my sentence is in proper english =/ sorry)

Last updated 1 year ago.
0

Hi, little in late... New releases : https://github.com/MrJuliuss/syntara/releases

A new release coming soon ;) with new language and some fixes.

Last updated 1 year ago.
0

Hey MrJulius , Thanks for your share ,it's very helpful package . How can i change the auth method from email to username .

Last updated 1 year ago.
0

ahzab said:

Hey MrJulius , Thanks for your share ,it's very helpful package . How can i change the auth method from email to username .

I have Change it by editing syntara , Validator config and overriding DashboardController@postLogin

Thank's again for your share :)

Last updated 1 year ago.
0

Hi, Syntara 1.1.22 & 1.2.6 released : https://github.com/MrJuliuss/syntara/releases

:)

Last updated 1 year ago.
0

Hi !

Syntara for Laravel 4.2 is coming soon. The update will be very easy for developpers.

Last updated 1 year ago.
0

Hi, Syntara now support Laravel 4.2 in 1.2.7. More informations : https://github.com/MrJuliuss/syntara/releases/tag/1.2.7

:)

Last updated 1 year ago.
0

Hi !

Two more releases for Syntara : 1.2.8 & 1.1.23 https://github.com/MrJuliuss/syntara/releases

Julien

Last updated 1 year ago.
0

Thanks for your work so far!

I noticed when I use the profile editor to change the password the new password gets included in the GET array and is shown in the address bar in clear text. Seems to be a security issue.

Last updated 1 year ago.
0

Hi,

You can't update a user with a GET request, only PUT, did you modify Syntara to have this issue ?

Last updated 1 year ago.
0

Nope, I just installed, logged in, and went to change the password and that was the first thing I noticed.

I might try installing it from scratch again sometime. It is acting kinda strange cause I keep getting JSON responses on the page when I try to log into the dashboard.

Maybe I'll try a re-install sometime.

Last updated 1 year ago.
0

Oh, are you using Nginx ? A known problem with Nginx with a bad configuration : it use only GET & POST. Check your configuration if you're using Nginx.

Verify if syntara's assets are published too.

Last updated 1 year ago.
0

Hi,

New releases : Syntara 1.2.9 & 1.1.24. More informations : https://github.com/MrJuliuss/syntara/releases

Last updated 1 year ago.
0

I need to add a couple fields to the users table, and create some relationships for them. I am not seeing where I would do this. If I use the standard user model in app/models, it does not seem to work.

Last updated 1 year ago.
0

@tpbsv77 :

Hi, syntara doesn't use the app/models/user but use cartalyst sentry's model. The best way for your problem : create a model which extends the sentry user models and change the default user models for sentry in the config app/config/packages/cartalyst/sentry/config.php

Last updated 1 year ago.
0

After executing this command: php artisan create:user username email password Admin

Laravel instantly pops up a whoops error stating that the table "Permissions" does not exist. So I just went and created it at phpmyadmin. This seemed to work as I could see the select menu Permissions showing the rows of the table. However, when I create a new User and try to assign him either permissions or group, the field "Permissions" in the users table remains empty. To be more exact, it shows something like []

I created a superuser and a basic user. This basic user cannot create or delete users and indeed the interface changed and it worked, but it should have been able to show other users as I gave him a 1 to view, but it did not even show the Users menu on the navigation bar.

The checkboxes that allow you to assign a group to a user work, but the select permissions does not. I think the problem lies at that very beginning, because the table should have been created during installation like all other tables have. Kind of lost, don't know how to continue.

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

MrJuliuss mrjuliuss Joined 31 Jan 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.