[PR #743] [CLOSED] [NEW] Error message if there is a space at the beginning or end of username or password #1023

Closed
opened 2026-02-25 21:36:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/743
Author: @NasserNgandu
Created: 8/11/2023
Status: Closed

Base: masterHead: Error_message_at_the_beginning_or_at_the_end


📝 Commits (10+)

  • dc2bee8 [NEW] Error message if there is a space at the beginning or end of username or password
  • 495bf03 add Cypht style error messages
  • c52b5bd Fixed dropdown class that interfere with popular css framework and breaking them
  • 9eae7d6 Update composer.lock to match with composer.json requirements
  • f585e70 Added snooze functionnality to messages
  • 743e715 Added snooze functionnality to imap
  • 869b865 Allow cypht integration to save message away from imap server
  • 763c9bd No more losing search term when changing page
  • 52e7e64 Fix variable name: keyword instead of sort
  • 55196dd Add Chinese (#749)

📊 Changes

83 files changed (+1197 additions, -2867 deletions)

View changed files

📝 .travis/hm3.ini (+4 -30)
📝 CONTRIBUTING.md (+2 -3)
📝 composer.lock (+33 -31)
📝 hm3.sample.ini (+7 -33)
📝 language/az.php (+2 -13)
📝 language/de.php (+2 -13)
📝 language/en.php (+2 -13)
📝 language/es.php (+2 -13)
📝 language/et.php (+2 -13)
📝 language/fa.php (+2 -13)
📝 language/fr.php (+2 -13)
📝 language/hu.php (+2 -13)
📝 language/id.php (+2 -13)
📝 language/it.php (+2 -13)
📝 language/ja.php (+2 -13)
📝 language/nl.php (+2 -13)
📝 language/pt-BR.php (+2 -13)
📝 language/ro.php (+2 -13)
📝 language/ru.php (+2 -13)
language/zh-Hans.php (+589 -0)

...and 63 more files

📄 Description

Display a message to the user during login if the username or password contains a space at the beginning or at the end. Here is the link to the task: https://avan.tech/item10670


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/743 **Author:** [@NasserNgandu](https://github.com/NasserNgandu) **Created:** 8/11/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Error_message_at_the_beginning_or_at_the_end` --- ### 📝 Commits (10+) - [`dc2bee8`](https://github.com/cypht-org/cypht/commit/dc2bee848c71f5e6db163793ccc7905784ff60f6) [NEW] Error message if there is a space at the beginning or end of username or password - [`495bf03`](https://github.com/cypht-org/cypht/commit/495bf030e03a876585c2a6dec0c4a01718d88de5) add Cypht style error messages - [`c52b5bd`](https://github.com/cypht-org/cypht/commit/c52b5bd8ed4cb0c243c460a60212316fdd497b8e) Fixed dropdown class that interfere with popular css framework and breaking them - [`9eae7d6`](https://github.com/cypht-org/cypht/commit/9eae7d68c20073eebb1c2aea8e723b166e9c89e2) Update composer.lock to match with composer.json requirements - [`f585e70`](https://github.com/cypht-org/cypht/commit/f585e70d93984268d2c64b4477b3a0054c4e6708) Added snooze functionnality to messages - [`743e715`](https://github.com/cypht-org/cypht/commit/743e7150463b676a4abb2cb5ff3d8aa8eb6f12bb) Added snooze functionnality to imap - [`869b865`](https://github.com/cypht-org/cypht/commit/869b8652bbc67b551a25752167de3e6f8226b3d3) Allow cypht integration to save message away from imap server - [`763c9bd`](https://github.com/cypht-org/cypht/commit/763c9bdaa555f98f8cd018f9d54e9d4933dd1d2a) No more losing search term when changing page - [`52e7e64`](https://github.com/cypht-org/cypht/commit/52e7e645cf47bda63dc6408199d46ae33a11392d) Fix variable name: keyword instead of sort - [`55196dd`](https://github.com/cypht-org/cypht/commit/55196dd38b835bc27057eb69c8bccbfc0ed0bc52) Add Chinese (#749) ### 📊 Changes **83 files changed** (+1197 additions, -2867 deletions) <details> <summary>View changed files</summary> 📝 `.travis/hm3.ini` (+4 -30) 📝 `CONTRIBUTING.md` (+2 -3) 📝 `composer.lock` (+33 -31) 📝 `hm3.sample.ini` (+7 -33) 📝 `language/az.php` (+2 -13) 📝 `language/de.php` (+2 -13) 📝 `language/en.php` (+2 -13) 📝 `language/es.php` (+2 -13) 📝 `language/et.php` (+2 -13) 📝 `language/fa.php` (+2 -13) 📝 `language/fr.php` (+2 -13) 📝 `language/hu.php` (+2 -13) 📝 `language/id.php` (+2 -13) 📝 `language/it.php` (+2 -13) 📝 `language/ja.php` (+2 -13) 📝 `language/nl.php` (+2 -13) 📝 `language/pt-BR.php` (+2 -13) 📝 `language/ro.php` (+2 -13) 📝 `language/ru.php` (+2 -13) ➕ `language/zh-Hans.php` (+589 -0) _...and 63 more files_ </details> ### 📄 Description Display a message to the user during login if the username or password contains a space at the beginning or at the end. Here is the link to the task: https://avan.tech/item10670 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:36:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1023
No description provided.