HomePhorge

(PUP-2738) Ensure block in user.password_is?
ba3d14b008d8Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2738) Ensure block in user.password_is?

This ensures that a block is given by password_is? when calling
logon_user even though it doesn't need to do anything with it. We went this
route because it made more sense to require a block for this call versus
checking if a block was given in the logon_user method. If you call
logon_user without passing a block you cannot take the next step to later do
something as that user. So it would be a misleading if we allowed it without
requiring a block.

Details

Provenance
Rob Reynolds <ferventcoder@gmail.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUea94dfa44b50: Merge branch 'ticket/master/PUP-2738-FFI-Memory-Issues'
Branches
Unknown
Tags
Unknown

Event Timeline

Rob Reynolds <ferventcoder@gmail.com> committed rPUba3d14b008d8: (PUP-2738) Ensure block in user.password_is? (authored by Rob Reynolds <ferventcoder@gmail.com>).Jun 19 2014, 10:23 PM