carloshenrq / ragnaservice

RESTful api for ragnarok emulators
GNU General Public License v3.0
0 stars 0 forks source link

Correção em problemas relacionado a senhas. #56

Closed carloshenrq closed 5 years ago

carloshenrq commented 5 years ago

Agora irá fazer automatico a transformação para sha512

Introdução ao Pull Request

Alterações propostas

Melhorado testes e validações de senha para usuários

Issues:

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #56   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity      175    180    +5     
=======================================
  Files            16     16           
  Lines           727    743   +16     
=======================================
+ Hits            727    743   +16
Impacted Files Coverage Δ Complexity Δ
app/App.php 100% <100%> (ø) 53 <0> (ø) :arrow_down:
app/Model/Profile.php 100% <100%> (ø) 10 <1> (+1) :arrow_up:
app/Controller/Profile.php 100% <100%> (ø) 48 <0> (ø) :arrow_down:
app/Controller/Server.php 100% <0%> (ø) 25% <0%> (+4%) :arrow_up:

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 6a09fd3...bb38e59. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #56   +/-   ##
=======================================
  Coverage       100%   100%           
+ Complexity      175    172    -3     
=======================================
  Files            16     16           
  Lines           727    733    +6     
=======================================
+ Hits            727    733    +6
Impacted Files Coverage Δ Complexity Δ
app/App.php 100% <100%> (ø) 53 <0> (ø) :arrow_down:
app/Model/Profile.php 100% <100%> (ø) 10 <1> (+1) :arrow_up:
app/Model/Observer/ProfileVerifyObserver.php 100% <100%> (ø) 7 <0> (+2) :arrow_up:
app/Controller/Profile.php 100% <100%> (ø) 48 <0> (ø) :arrow_down:
app/Controller/Server.php 100% <0%> (ø) 15% <0%> (-6%) :arrow_down:

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 6a09fd3...7004fd2. Read the comment docs.