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?
@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 :)
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?
Hi, i posted a quick answer on github : https://github.com/MrJuliuss/syntara/issues/81 i can detail if needed ;)
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)
Hi, little in late... New releases : https://github.com/MrJuliuss/syntara/releases
A new release coming soon ;) with new language and some fixes.
Hey MrJulius , Thanks for your share ,it's very helpful package . How can i change the auth method from email to username .
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 :)
Hi, Syntara 1.1.22 & 1.2.6 released : https://github.com/MrJuliuss/syntara/releases
:)
Hi !
Syntara for Laravel 4.2 is coming soon. The update will be very easy for developpers.
Hi, Syntara now support Laravel 4.2 in 1.2.7. More informations : https://github.com/MrJuliuss/syntara/releases/tag/1.2.7
:)
Hi !
Two more releases for Syntara : 1.2.8 & 1.1.23 https://github.com/MrJuliuss/syntara/releases
Julien
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.
Hi,
You can't update a user with a GET request, only PUT, did you modify Syntara to have this issue ?
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.
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.
Hi,
New releases : Syntara 1.2.9 & 1.1.24. More informations : https://github.com/MrJuliuss/syntara/releases
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.
@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
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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community