Giter VIP home page Giter VIP logo

nova-password-reset's Introduction

Hi there ๐Ÿ‘‹

I'm Amin Mastani!
I'm an Android Developer.

  • ๐Ÿ”ญ Iโ€™m currently working on some open-source projects.
  • ๐Ÿ‘ฏ Iโ€™m looking for collaborate. Hit me up if you are interested in collaboration w/ me.
  • ๐Ÿ“ซ How to reach me: salam [at] mastani.ir

nova-password-reset's People

Contributors

exophunk avatar mastani avatar newtongamajr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nova-password-reset's Issues

Unable to locate publishable resources.

Hi @mastani

After installing the package, publishing was not concluded and the error presented above was shown:

newton@newton-VirtualBox:~/git/laravel/nova/galileo$ php artisan vendor:publish --force --provider=Mastani\NovaPasswordReset\ToolServiceProvider
Unable to locate publishable resources.
Publishing complete.

Password Change fails due to validation

Probably has to do with some change to the Laravel framework, maybe this one or so

Steps:

  1. Change Password with your tool
  2. Fails with 500, Error appears: Method Illuminate\Validation\Validator::validatePassword does not exist

Reason:
https://github.com/mastani/nova-password-reset/blob/master/src/Http/Requests/PasswordResetRequest.php#L25

'current_password' => 'required|password',
must be replaced with
'current_password' => ['required', Password::default()],

Thanks for fixing!

Suggestion

This package will be much better if:

  • Reset the form after successfully changing the password
  • Submit using the enter key

Nova4 compatibility

This package is not working for nova version 4. this is throwing the exception. Its workingfine for nova 3.
contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Laravel\Nova\Tool::menu)

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.