Opened 3 years ago
Closed 3 years ago
#1486908 closed Feature Requests (invalid)
Need help to decrypt password
| Reported by: | midgardsveor | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Core functionality | Version: | 0.4-stable |
| Severity: | normal | Keywords: | validation |
| Cc: |
Description
Hi, the wiki says
What RoundCube is not?
- RoundCube is not not a mailserver.
- RoundCube is not used to admin your mailserver.
- RoundCube does not create email accounts.
So I'm trying to build a module to create and manage email accounts (and new domains later).
I've create a new table to handle permissions but I'm having troubles to decrypt the password and validate accounts from my module.
I've try to use mysql's encrypt function to match entered password with the password stored in DB but didn't work.
I've try to change roundcube's login.php to store username in $_SESSION and let roundcube to control the validation process but was no good eather.
Can you help me decrypt the password, or suggesting some other way to validate user login?
Thanks in advance
P.S. Sorry if I missplaced this ticket
Change History (1)
comment:1 Changed 3 years ago by alec
- Resolution set to invalid
- Status changed from new to closed

Use forum or mailing list.