lonnieezell / myth-auth

One-stop Auth package for CodeIgniter 4
MIT License
633 stars 207 forks source link

Login: show error message when username/email is not record on database #154

Closed agungsugiarto closed 4 years ago

agungsugiarto commented 4 years ago

Im try to login with input username/email is not record in database but is not show any error!

zigmoo commented 4 years ago

This is happening to me as well. It seems that the user registration is failing to create a new user record, but I can't figure out why.

image image

zigmoo commented 4 years ago
Here's what our composer info looks like:

composer info
codeigniter4/framework             v4.0.0-rc.3 The CodeIgniter framework v4
doctrine/instantiator              1.3.0       A small, lightweight utility to instantiate objects in PHP without invoking their constructors
kint-php/kint                      2.2         Kint - debugging tool for PHP developers
mikey179/vfsstream                 v1.6.8      Virtual file system to mock the real file system in unit tests.
myclabs/deep-copy                  1.9.4       Create deep copies (clones) of your objects
myth/auth                          1.0-beta.2  Flexible authentication/authorization system for CodeIgniter 4.
phar-io/manifest                   1.0.3       Component for reading phar.io manifest information from a PHP Archive (PHAR)
phar-io/version                    2.0.1       Library for handling version information and constraints
phpdocumentor/reflection-common    2.0.0       Common reflection classes used by phpdocumentor to reflect the code structure
phpdocumentor/reflection-docblock  4.3.4       With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is e...
phpdocumentor/type-resolver        1.0.1       A PSR-5 based resolver of Class names, Types and Structural Element Names
phpspec/prophecy                   1.10.1      Highly opinionated mocking framework for PHP 5.3+
phpunit/php-code-coverage          6.1.4       Library that provides collection, processing, and rendering functionality for PHP code coverage information.
phpunit/php-file-iterator          2.0.2       FilterIterator implementation that filters files based on a list of suffixes.
phpunit/php-text-template          1.2.1       Simple template engine.
phpunit/php-timer                  2.1.2       Utility class for timing
phpunit/php-token-stream           3.1.1       Wrapper around PHP's tokenizer extension.
phpunit/phpunit                    7.5.20      The PHP Unit Testing framework.
psr/log                            1.1.2       Common interface for logging libraries
sebastian/code-unit-reverse-lookup 1.0.1       Looks up which function or method a line of code belongs to
sebastian/comparator               3.0.2       Provides the functionality to compare PHP values for equality
sebastian/diff                     3.0.2       Diff implementation
sebastian/environment              4.2.3       Provides functionality to handle HHVM/PHP environments
sebastian/exporter                 3.1.2       Provides the functionality to export PHP variables for visualization
sebastian/global-state             2.0.0       Snapshotting of global state
sebastian/object-enumerator        3.0.3       Traverses array structures and object graphs to enumerate all referenced objects
sebastian/object-reflector         1.1.1       Allows reflection of object attributes, including inherited and non-public ones
sebastian/recursion-context        3.0.0       Provides functionality to recursively process PHP variables
sebastian/resource-operations      2.0.1       Provides a list of PHP built-in functions that operate on resources
sebastian/version                  2.0.1       Library that helps with managing the version number of Git-hosted PHP projects
symfony/polyfill-ctype             v1.13.1     Symfony polyfill for ctype functions
theseer/tokenizer                  1.1.3       A small library for converting tokenized PHP source code into XML and potentially other formats
webmozart/assert                   1.6.0       Assertions to validate method input/output with nice error messages.
zendframework/zend-escaper         2.6.1       Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs