yep, don't know why ....
seems that hide_password() should be among the lines of
def hide_password(uri):
return REGEX_NOPASSWD.sub('******',uri)
On Friday, January 11, 2013 11:01:45 AM UTC+1, Joel Samuelsson wrote:
>
> Using version 2.3.2 (stable) by the way.
>
> Den fredagen den 11:e januari 2013 kl. 10:59:24 UTC+1 skrev Joel
> Samuelsson:
>>
>> Not sure if this is the right place to submit a "bug report" but here it
>> goes:
>>
>> If you print a DAL object (using a MySQL adapter, at least) the username
>> is hidden but the password is still visible. To me it looks like the regexp
>> is at fault (gluon/dal.py):
>> REGEX_PASSWORD = re.compile('\://([^:@]*)\:')
>>
>
--