Merge pull request #805 from tobiasd/20190214-newmemberwidget

Updated documentation of the newmemberwidget
This commit is contained in:
Michael Vogel 2019-02-14 16:37:08 +01:00 committed by GitHub
commit 50dc31de87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -17,12 +17,12 @@ Testing it
---------- ----------
You want to test it, but you don't want to create a new account? Take your fav You want to test it, but you don't want to create a new account? Take your fav
text editor (yeah emacs will do as well) and edit the newmemberwidget.php file. text editor (yeah emacs will do as well) and edit the newmemberwidget.php file.
In line 21 you will find a if clause, just add a ! infront of the In line 39 you will find a if clause, just add a ! infront of the
x(!_SESSION empty($_SESSION['
that will negate the requirement of being a new member, so don't forget the right after the bracket following the if. That will negate the requirement of
remove that ! again after testing ;-) being a new member, so don't forget the remove that ! again after testing ;-)
Translations Translations
------------ ------------