Closed (fixed)
Project:
Licensing
Version:
6.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Dec 2009 at 22:25 UTC
Updated:
10 Dec 2009 at 02:51 UTC
At the moment there is no way to customize license key generation. Create a new hook that passes in the new license object by reference, keyword and branding string before the license is saved.
Comments
Comment #1
nicksanta commentedThis is now possible in hook_licensingapi $op == 'generate'
Have a look at how licensing module implements this to get an idea of how to bend it to your will.
Comment #2
nicksanta commented