Letractively / webpasswordsafe

Automatically exported from code.google.com/p/webpasswordsafe
0 stars 0 forks source link

Auto-load password list #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please describe desired steps of proposed new feature/enhancement:
1. Is it possible to automatically display all records that a user has access 
to? Kind of like searching with an empty search field whenever the page is 
loaded. I think my users will find it counter-intuitive to have to click the 
search button.

What version of the product are you using? On what operating system?
version 1.1 on linux(centos5.x)

Please provide any additional information below.

Original issue reported on code.google.com by mlittle....@gmail.com on 16 Nov 2011 at 5:44

GoogleCodeExporter commented 8 years ago
Copying here what I posted to the discussion group to keep track-

'To consider putting it in the main code base, we'd have to make it a 
configurable option and all the GUI and backend plumbing that goes 
along with that. 

But if you want to force it for all of your users (and keep in mind if 
they have a lot of passwords it may mean more load and slower 
performance on your server), it is actually a very quick one line code 
change- edit src/main/java/net/webpasswordsafe/client/ui/ 
PasswordSearchPanel.java and simply add a call to "doSearch();" as a 
line right after the first instance of "doLoadTags();"  Save/rebuild/ 
redeploy and enjoy!'

Original comment by joshdrum...@gmail.com on 27 May 2012 at 8:43

GoogleCodeExporter commented 8 years ago
I think a big, centered "the search did not find any passwords, please search 
again" or similar message would go a long way towards making the after-login 
screen more user friendly.

Original comment by paul.tot...@gmail.com on 28 Jun 2012 at 7:32