Git Product home page Git Product logo

Comments (6)

raftalks avatar raftalks commented on August 23, 2024

Can you check your database users table if any user account is generated.

The issue on javascript console about Error: No module: app is due to the fact angularjs was assuming to run it self in the login page where there was no module defined for it. I will fix this, however this isn't relative to the login issue you have.

I can't replicate the issue as it is working for me on fresh install as well.

Can you put more details of your finding.

from ravel.

raftalks avatar raftalks commented on August 23, 2024

can you check the generated form action url link in the html, as it should be

<form action="http://yourdomain.com/admin/login" method="POST">

from ravel.

FR6 avatar FR6 commented on August 23, 2024

I verified and the form is pointing to "admin/login".

The admin user is properly generated in the table "users" but strangely the password is set to "0".

The problem seems to be related to Hash::make($password) in "vendor/raftalks/ravel/src/models/Usermodel.php" > function "setPasswordAttribute":
Hash::make always returns 0.

Any idea?

from ravel.

raftalks avatar raftalks commented on August 23, 2024

can you test the result of Hash::make('something'); in a test route inside app/routes.php file

Route::get('testurl',function()
{
      echo Hash:make('something');
});

and when u hit the testurl on your browser, and if it shows zero, than your laravel 4 setup is not running Hash properly.
I have tested twice and it works fine from my end.

Can you try running composer update in the terminal to download some of the recent updates and reset the migration by running 'php artisan migrate:reset' and then run 'php artisan ravel:install' to see if it worked with latest updates.

from ravel.

raftalks avatar raftalks commented on August 23, 2024

closing as this is not an issue related to the CMS package

from ravel.

FR6 avatar FR6 commented on August 23, 2024

Sorry my problem is not related to your bundle, it's related to Laravel 4.

The version of my PHP was 5.3.3 and the requirement for L4 is 5.3.7.

When I will have time, I will update PHP to try your bundle again. Sorry about that!

from ravel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.