Closed (won't fix)
Project:
URL Access
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2008 at 11:34 UTC
Updated:
26 Oct 2009 at 19:50 UTC
While using this module I wanted to (1) replace the default URL prefix protected by a free configurable string and (2) use a shorter random URI part because the UUID with 37 characters is too long for sending to customers etc.
May be my patch is useful for the public so I attached it here. It enhances url_access by the following features:
UUID() function of MySQL or the user_password() function of Drupal.
UUID() function is available from MySQL 4.1.2 on only the user_password() function will be used as a fallback if UUID() is not available.
| Comment | File | Size | Author |
|---|---|---|---|
| settings.patch | 5.1 KB | fuerst |
Comments
Comment #1
fuerst commentedComment #2
deviantintegral commentedThanks for the patch. A few comments:
--Andrew
Comment #3
deviantintegral commentedComment #4
drewish commentedit also looks like there's some white space issues with tabs being used rather than spaces.
Comment #5
deviantintegral commentedI'm marking as closed to clean up my queue as I'm not maintaining this module any more. Feel free to take over this project if you're still using it.