Skip to content

AB-1318: --email= flag activating the 24h trial at install time - #6

Open
theqkash wants to merge 3 commits into
mainfrom
AB-1318
Open

AB-1318: --email= flag activating the 24h trial at install time#6
theqkash wants to merge 3 commits into
mainfrom
AB-1318

Conversation

@theqkash

@theqkash theqkash commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Replaces the anonymous trial request with an explicit e-mail:

  • install.sh --email=user@example.com passes the address through bolt-cli request-trial-license --email= and the server finishes the install already licensed for 24 hours (the WHMCS trial addon issues the key immediately and mails a confirmation link; clicking it extends the trial to the full period),
  • without --email= the install proceeds unlicensed with a pointer to the panel's License page - it no longer fails,
  • usage/help text updated accordingly.

Companion PRs: AdminBolt/Panel#862 (the bolt:request-trial-license --email= command and the WHMCS-direct license client), AdminBolt/whmcs-adminbolt-trial (the addon, on main).

theqkash added 3 commits July 30, 2026 23:19
The trial licence now needs an e-mail address (24h key immediately, the
mailed code extends it to the full period), so install.sh takes
--email=<address> and passes it to bolt-cli request-trial-license.
Without the flag the install proceeds unlicensed with a hint to activate
on the panel's License page.
The trial addon's v2 flow confirms the address with a link clicked on
the WHMCS side; no code is entered anywhere.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant