larsjanssen6 / underconstruction

This Laravel 8 package makes it possible for you to set your website in "Under Construction" mode. Only users with the correct 4 (or more) digit code can access your site. :fire: :boom: :fire:
MIT License
565 stars 70 forks source link

Pin incorrect after following instructions. #44

Closed kieranbarlow closed 6 years ago

kieranbarlow commented 6 years ago

I have run the following after installing and I can see the hash being saved in my .env

php artisan code:set 1234

I get the following response back when trying the password which 401's. I disabled the throttle in the config.

{"too_many_attempts":false,"attempts_left":false}

My composer.json

"require": {
        "php": ">=7.1.3",
        "algolia/algoliasearch-client-php": "^1.17",
        "fideloper/proxy": "~3.3",
        "gloudemans/shoppingcart": "^2.1",
        "intervention/image": "^2.3",
        "laravel/cashier": "~7.0",
        "laravel/framework": "5.5.*",
        "laravel/scout": "^3.0",
        "laravel/tinker": "~1.0",
        "larsjanssen6/underconstruction": "^5.5",
        "maatwebsite/excel": "~2.1.0",
        "maknz/slack": "^1.7",
        "needim/noty": "^3.1",
        "roumen/sitemap": "2.6.*",
        "spatie/laravel-cookie-consent": "^1.2",
        "spatie/laravel-medialibrary": "3.0.0",
        "unisharp/laravel-filemanager": "^1.8",
        "uxweb/sweet-alert": "~1.1",
        "webpatser/laravel-uuid": "2.*"
},
larsjanssen6 commented 6 years ago

@Wolrab1 please require version 1.3 instead of 5.5. Made a release yesterday 5.5 but removed that one 👍 Sorry about that. Let me know if that will work!