Support the ongoing development of Laravel.io →

1,899 Threads

posted 10 years ago

Hash::check nor Hash::attempt match with original password

I create the password with this code $user = User::find(1); $user->password = Hash::make(...

0 Likes
2 Replies
Solved

LDAPS Authentication

Are there any modules out there that work with LDAPS? Looking for a secure way to use our Active Di...

0 Likes
0 Replies

phpseclib shh2 exec and get output

i will exec SSH2 commands in Laravel 4 and catch the output to print it on the screen. But not on th...

0 Likes
2 Replies
Solved

Override/intercept Laravel 4 auth failure

Im building an API. In the below code when the authorisation fails it returns a plain string respons...

0 Likes
1 Replies

Can access User model method only if logged in

I have a User model with a little hom-made "roles/permission" system. Directly in my User...

0 Likes
1 Replies
Solved

Failed to initialize storage module: user

session_start(): Failed to initialize storage module: user (path: /home/sitename/html/app/storage/se...

0 Likes
1 Replies

custom login filter not redirecting to calling page

I picked up development of an orphaned project using SimpleSAMLphp for SSO, and I'm trying to finish...

0 Likes
1 Replies
Solved

Auth::check() code in view doesn't work

I'm trying to use Auth functionality. The problem is that if in my view i have the following code: &...

0 Likes
2 Replies
Solved

eloquent auth driver users and admins in same table?

ok so I'm looking to create a system with users and admins, who will be separate. ideally i don't wa...

0 Likes
3 Replies

Two Auth filters

Hello I'm developing an application which have user area and admin area. I already created user area...

0 Likes
2 Replies

Get data of a foreign session

Hi everybody, just a hopefully short question: For a project we have several modules, old ones (code...

0 Likes
3 Replies

using database for session storage in laravel framework

I am using Laravel framework of PHP for development.Now for my application, i want to stor...

0 Likes
0 Replies

Authenticating with Sentry 2 (2.1.*) not working.

Hello guys. I am unable to get Sentry to authenticate a user. It currently finds the user but can't...

0 Likes
1 Replies
Solved

Any one in forum can solve my problem????????????

MY main problem is, i set the table in user model and also in auth.php in config but still its sho...

0 Likes
3 Replies

Auth attempt always return false

Hi Guys, I'm having some headache trying to solve this problem. In my table seeder, I create this us...

0 Likes
5 Replies
Solved

Controlling and managing access levels to all routes

I am in the planning stage of an app that will require fine control of permissions. What I mean is,...

0 Likes
4 Replies
Solved

Account lockout and multiple concurrent login protection

I come from a security testing background and am building a webapp based on Laravel 4. I'm looking i...

0 Likes
3 Replies

Looking for projects on Laravel framework

is there anything like Bonfire [Codeigniter] made on Laravel 3 or 4 having Built-In Admin Area,User...

0 Likes
2 Replies

Artisan auth commands not working?

Using these commands: http://laravel.com/docs/security#password-reminders-and-reset I get the follow...

0 Likes
1 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

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.