Skip to content
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

Added detecting password encryption type #366

Merged
merged 2 commits into from
Dec 4, 2018

Conversation

mak001
Copy link
Contributor

@mak001 mak001 commented Nov 19, 2018

  • writes to column in the database
  • fixes issue where users who created an account in foxycart were unable to login (unless they used the hashed password as their actual password)

Fixes #365

  - writes to column in the database
  - fixes issue where users who created an account in foxycart were unable to login (unless they used the hashed password)
@codecov
Copy link

codecov bot commented Nov 19, 2018

Codecov Report

Merging #366 into master will decrease coverage by 0.21%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #366      +/-   ##
============================================
- Coverage     30.59%   30.38%   -0.22%     
- Complexity      418      420       +2     
============================================
  Files            27       27              
  Lines          1729     1741      +12     
============================================
  Hits            529      529              
- Misses         1200     1212      +12
Impacted Files Coverage Δ Complexity Δ
src/Controller/FoxyStripeController.php 0% <0%> (ø) 42 <5> (+5) ⬆️
src/Page/ProductPage.php 15.44% <0%> (+0.11%) 28% <0%> (-3%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d91309...2b6d9c9. Read the comment docs.

@muskie9 muskie9 merged commit 8cd82bd into dynamic:master Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Single Sign On doesn't seem to be working in 4 branch
2 participants