Custom Query (1070 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 1070)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#185 fixed Content in Folders disappeared metzenb
Description

Our folder "International" is empty. allthough there are hundreds of files in it.

When we upload documents, they sometimes don't appear in the selected folders - they are gone and have to be uploaded again.

And my colleague R. Ewald can't find the folder "Russland" under "GUS" anymore. Anybody else can see it.

Can you please fix these bugs? Thanks.

#186 fixed Connection unlinked after scroll car031
Description

If in the workflow designer a scroll takes place, many of the connection segments are seems to explode.

#187 fixed Brute force attack prevention car031
Description

1) Being able to stop or at least slow down brute force attach, by only allow i.e 5 login tryes from an IP address, when you have tried 3-5 or any number of times whitout success the account should be disabled for instance 30 min.

You can do this by extending the account table in the DB to include:

Last-unsuccesful-login : long date time Period-of-unsuccesful-tries: Integer Last-login-IP: String Max-Login-tries: byte Login-wait-time-in-min: integer

Then when you unsucessful try to login from Last-login-IP, Max-Login-tries times the account will be disabled Login-wait-time-in-min minutes. if you login successful, it clears the entries..

The only downside to this is if you do a reverse proxy to you LogicalDoc? you have the same IP, but that should just be stated in the documentation..

2) Be able to stop loggin on as admin unless he comes from the servers ip OR 127.0.0.1

3) The username should not be restricted by any charaters or the following charaters should be the only not allowed: [ ] : ; | = + ? < > * " This is the same as Microsoft is using.

4) Allow all imported users(from LDAP) beeing disabled insted og enabled.

5) Segregate the users in domains. If you allow a fictive domain i.e MyCompnay?, when you login you could sell the as a hoster, then you only need to create a domain for the company which you are hosting the application for.

ex. Login name: Gert Password: Jensen Domain: MS-Team

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.