Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the anonymous trial request with an explicit e-mail:
install.sh --email=user@example.compasses the address throughbolt-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),--email=the install proceeds unlicensed with a pointer to the panel's License page - it no longer fails,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).