mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[PR #123] [MERGED] updated max password length to 255 #284
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#284
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?
📋 Pull Request Information
Original PR: https://github.com/opensolutions/ViMbAdmin/pull/123
Author: @vogan
Created: 1/5/2015
Status: ✅ Merged
Merged: 1/5/2015
Merged by: @barryo
Base:
master← Head:opensolutions📝 Commits (1)
04768adupdated max password length to 255📊 Changes
4 files changed (+6 additions, -6 deletions)
View changed files
📝
library/ViMbAdmin/Form/Admin/ChangePassword.php(+2 -2)📝
library/ViMbAdmin/Form/Admin/Password.php(+1 -1)📝
library/ViMbAdmin/Form/Mailbox/AddEdit.php(+1 -1)📝
library/ViMbAdmin/Form/Mailbox/Password.php(+2 -2)📄 Description
password limits are not necessary, due to the fact that the password will be hashed before storing. the length of 255 chars should be long enough for every user and it fits in the password field if any crazy admin wants to store them in plain text. if the application ensures that passwords can not be stored in plain text, the limit can be removed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.