forked from yakamara/ycom
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Doku validate|type|email #1
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Überprüfung ob User-E-Mail in Datenbank vorhanden, dann erst die E-Mail versenden closes yakamara#247
Validierung Existenz der User-E-Mail
1) Bei mir ging die URL nicht, weil hinter dem neu ./ stand statt nur / Deswegen ein weiteres trim mit ('.') für rex_getUrl(). https://www.testdomain.de/neu./index.php?article_id=115?rex_ycom_activation_key=.............. https://www.testdomain.de/neu/index.php?article_id=115?rex_ycom_activation_key=.............. 2) Desweiteren hatte ich keine URL-Umschreibung aktiv, also ging das mit dem doppelten ? auch nicht. in rex_getUrl() hab ich also die Parameter im Array übergeben statt sie mit ? hinten dran zu hängen.
Url in der Bestätigungsmail access_request_de ging nicht
Docs :: LogOut per redirect lgtm
…d] für action:db_query yakamara#236
Media Auth Anpassungen
…amara#279) Bumps [robrichards/xmlseclibs](https://github.com/robrichards/xmlseclibs) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/robrichards/xmlseclibs/releases) - [Changelog](https://github.com/robrichards/xmlseclibs/blob/master/CHANGELOG.txt) - [Commits](robrichards/xmlseclibs@3.0.3...3.0.4) Signed-off-by: dependabot[bot] <support@github.com>
update Login für 3.1
Überflüssige Zeile herausgenommen
* log verschoben, session create action buttons * Optimierung Sessiom und login Prozess und Logs * stayloggedin in user sessions implementiert
Document status flags with names, provide PHPdoc for the return type and the structure of the $params array. Use named status flags for validation checks.
fix example validate|type|email
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(zusätzlich: bei validate|type|email ist validate|empty überflüssig.)