-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update Module.php #8
Open
davidmintz
wants to merge
43
commits into
slaff:master
Choose a base branch
from
davidmintz:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
tags:[ch-cs]
tags:[ch-reusability-entity]
…nd build the form using the annotation builder.
tags:[ch-doctrine]
tags:[ch-logger]
tags:[ch-crypto]
tags:[ch-authentication]
…ation module has defined menu items.
…User module. tags:[ch-navigation]
tags:[ch-module-check]
tags:[ch-exam-skeleton]
…I: /exam/test/take/1. tags:[ch-exam-take1]
…able definition and the reset action.
tags:[ch-exam-reset]
tags:[ch-pagination]
tags:[ch-cache-configuration]
tags:[ch-cache-pagecache]
tags:[ch-cache-actioncache]
tags:[ch-cache]
tags:[ch-pdf]
tags:[ch-composer]
…mespaces and Zend Framework 2. Enjoy and happy Zending! tags:[ch-final-words] Make sure to read also the information below: Ready to test version with prefilled SQLite database. In order to use it make sure that: You have read the README.md file and the data/db/tc.sqlite file is readable from the web server user. The following commands can help you set the group to www-data and adjust the permissions. chgrp www-data -R data/db chmod g+rx data/db chmod g+w data/db/tc.sqlite There are two users that you can use. 1. Admin user with email: admin@learnzf2.com and password admin123 2. Member user with email: member@learnzf2.com and password member123. If you want to take some of the sample exams that come with this application then you have to login and go to Exam -> List and choose one from the list.
it seems you no longer need to get the $auth from the service manager, since you're getting a $currentUser whether authenticated or not. Hence the proposed deletion of that line. It may tend to confuse (it kind of confused me :-) ).
I should probably add also some information why the auth service is removed from the code.. Have to think about a change that does not require a change in the content of the book. |
slaff
force-pushed
the
master
branch
3 times, most recently
from
November 9, 2015 15:18
30589a6
to
192a9b1
Compare
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.
it seems you no longer need to get the $auth from the service manager, since you're getting a $currentUser whether authenticated or not. Hence the proposed deletion of the line, since it may tend to confuse (it kind of confused me :-) ).