mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #511] Cryptography of the koel bank #358
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#358
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gilbertobr on GitHub (Dec 31, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/511
@phanan
What kind of encryption does koel use when entering users?
First of all, congratulations on your project.
@gamerlv commented on GitHub (Jan 1, 2017):
Koel uses Bcrypt to encrypt user passwords.
For more info on this see:
github.com/phanan/koel@b0f5b3d76e/app/Http/Controllers/API/UserController.php (L26)@gilbertobr commented on GitHub (Jan 2, 2017):
Thanks @gamerlv
I'll study some more ... to create a way to insert users directly through the bank
@gilbertobr commented on GitHub (Jan 4, 2017):
Good...
I am able to create, a new direct user in the bank.
But I have another problem.
When you register a new user.
The Administrator user loses full access.
When I make a DELETE in the bank.
Koel starts working again normally.
Would anyone have any suggestions, what could that be?
@breadlesscode commented on GitHub (Jan 5, 2017):
Use
php artisan tinkerto create Users.I think this is the simplest way to add users to an laravel app ;)
@gilbertobr commented on GitHub (Jan 7, 2017):
Thank you @breadlesscode ,
More needed insert this php artisan tiker into a fully php code.
Out of Laravel.
Well I'm creating a page to have a direct registration.
Would anyone have any suggestions?
Thanks to all who are helping.
@travis-r6s commented on GitHub (Mar 20, 2017):
@gilbertosj did you get anywhere with this?
I would also like to do the same thing...
@breadlesscode commented on GitHub (Mar 20, 2017):
And again, Koel is using bcrypt. This is first search result on PHP.net was this function...
@travis-r6s commented on GitHub (Mar 20, 2017):
sorry - managed to do it just after i posted that!
thanks for the help anyway.