Changes between Version 18 and Version 19 of DespoinaLog/2010/11/25
- Timestamp:
- 2010-11-25T13:44:25+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DespoinaLog/2010/11/25
v18 v19 54 54 1. If the mechanism of the email does not work(firewall) make in the db active = true for the new created users . 55 55 56 Problem with debug session variable (default set to true) 56 Problem with debug session variable (default set to true) : 57 57 58 Upload to gbic server, 58 mysql> insert into !MolgenisRole values('!MolgenisUser', 1, 'despoina', 1, 1); 59 60 Query OK, 1 row affected (0.39 sec) 61 62 mysql> insert into !MolgenisUser values (1, 'despoina', 'despoina', 1, 1); 63 64 Query OK, 1 row affected (0.00 sec) 65 66 mysql> commit; 67 68 Query OK, 0 rows affected (0.00 sec) 69 70 71 72 Upload to gbic server,