Hi,
using latest trunk and in admin I've created a new simple app. If I try to
run this app, I get a ticket.
<type 'exceptions.TypeError'> __init__() got an unexpected keyword argument
'salt'
TRACEBACK
1.
2.
3.
4.
5.
6.
7.
Traceback (most recent call last):
File "E:\web2py-2-work\gluon\restricted.py", line 205, in restricted
exec ccode in environment
File "E:/web2py-2-work/applications/uittime/models/db.py"
<http://127.0.0.1:8000/admin/default/edit/uittime/models/db.py>, line 43, in
<module>
auth = Auth(db, hmac_key=Auth.get_or_create_key(), salt=True)
TypeError: __init__() got an unexpected keyword argument 'salt'
In the example App the line for Auth initialation looks like:
auth = Auth(db)
Is this an error in trunk for create a new app?
Andreas
--