mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[PR #45] [CLOSED] Add feature to generate fake names using randomuser.me API #94
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#94
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/HaschekSolutions/opentrashmail/pull/45
Author: @greyhatsec-au
Created: 10/2/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
9cd3cf0Add feature to generate fake names using randomuser.me API📊 Changes
4 files changed (+7552 additions, -7455 deletions)
View changed files
📝
docker/rootfs/start.sh(+20 -0)📝
example.config.ini(+6 -0)📝
web/api.php(+8 -0)📝
web/js/namegenerator.js(+7518 -7455)📄 Description
I have a requirement to be able to generate real names for email addresses, so I have added this functionality while making it optional.
This relies on a third-party service: https://randomuser.me
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.