mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[PR #1129] [MERGED] Form Signup Improvements - Password Requirements & Pre-Filled Email on signup form Invite #9229
Reference in New Issue
Block a user
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/fosrl/pangolin/pull/1129
Author: @adrianeastles
Created: 7/25/2025
Status: ✅ Merged
Merged: 8/13/2025
Merged by: @oschwartz10612
Base:
dev← Head:feature/form-signup-improvements📝 Commits (10+)
e0cf091Add a few targets to the Makefile to ease local development607b168Use explicity FQDN image path because Podman by default doesn't have unqualified-search, and we don't bother configuring it for users. Being explicit is also a good practicee83e8c2Add podman support to the installer.515a621Merge branch 'feature/podman-installer' of github.com:wayneyaoo/pangolin into wayneyaoo-feature/podman-installer3426752Add type & capc484e98Merge branch 'fosrl:main' into feature/podman-installer4443ddaFix a bug that error check prevents port configuration7c12b8aadd IPv6 support for docker network3f2de33Merge pull request #1111 from Xentrice/mainb5afd73Initial plan📊 Changes
172 files changed (+8923 additions, -5444 deletions)
View changed files
📝
.dockerignore(+1 -0)📝
.github/dependabot.yml(+22 -0)📝
.github/workflows/cicd.yml(+1 -1)📝
.github/workflows/linting.yml(+1 -1)📝
.github/workflows/test.yml(+1 -1)📝
.nvmrc(+1 -1)📝
CONTRIBUTING.md(+2 -2)📝
Dockerfile.dev(+1 -1)📝
Dockerfile.pg(+2 -2)📝
Dockerfile.sqlite(+2 -2)📝
README.md(+3 -7)➕
cli/commands/resetUserSecurityKeys.ts(+67 -0)📝
cli/index.ts(+2 -0)📝
config/config.example.yml(+1 -1)📝
docker-compose.example.yml(+4 -2)📝
docker-compose.pg.yml(+0 -0)📝
docker-compose.yml(+2 -1)📝
esbuild.mjs(+1 -1)📝
install/Makefile(+15 -2)📝
install/config/config.yml(+1 -5)...and 80 more files
📄 Description
Description
Enhances the user signup experience with modern password validation and pre-filled email when following a signup link. The changes focus on providing real-time feedback, eliminating confusion, and creating a more professional onboarding flow.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.