View Issue Details

IDProjectCategoryView StatusLast Update
0000904Main CAcert Websiteweb of trustpublic2012-06-24 06:03
ReporterUli60 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0000904: (Is) Assurer listing questionable
Descriptionby working on the Thawte patch
https://bugs.cacert.org/view.php?id=827

another topic araises
https://lists.cacert.org/wws/arc/cacert-support/2010-12/msg00104.html

> A similar change will affect the search
> when all the Thawte points are removed, as some current Assurers will
> not have 100 assurance points but will remain listed.

good point ... will the user be listed in the Assurers list ?
from /pages/wot/12.php query:

$query = "SELECT ROUND(6378.137 * ACOS(0.9999999*((SIN(PI() * $loc[lat] / 180)
     * SIN(PI() * `locations`.`lat` / 180)) + (COS(PI() * $loc[lat] / 180 )
     * COS(PI() * `locations`.`lat` / 180) * COS(PI()
     * `locations`.`long` / 180 - PI() * $loc[long] / 180)))), -1)
     AS `distance`, `locations`.`name` AS `location`,
     concat(`users`.`fname`, ' ', LEFT(`users`.`lname`, 1)) AS `name`,
    `long`, `lat`, `users`.`id` as `uid`, `contactinfo` FROM `locations`,
     `users` WHERE `users`.`locid` = `locations`.`id` AND
     `users`.`assurer` = 1 AND `users`.`listme` = 1
     HAVING `distance` <= '$maxdist' ORDER BY `distance` LIMIT 50";

=> display the Assurer listing
  `users`.`assurer` = 1 AND `users`.`listme` = 1
if this is true or false after the points removal

mmh ... but on writing ... this can only be an assumption, not a real value ... 'cause the 15.php lists the behavior after the points removal w/o modifying database content, but IsAssurer and/or listme needs to be modified
so changes may happen. mmhh .. ok, probably its better to open a new bug ticket

I've also noted in Arbitration cases, where the user has Assurer=1 set and trainings=0 (???) in the support console view (starting account.php?id=42)

/pages/account/43.php
  <tr>
    <td class="DataTD"><?=_("Trainings")?>:</td>
    <td class="DataTD">account.php?id=55&userid=<?=intval($row['id'])?></td>
  </tr>
  <tr>
    <td class="DataTD"><?=_("Is Assurer")?>:</td>
    <td class="DataTD"><a href="account.php?id=43&assurer=<?=intval($row['id'])?>&csrf=<?=make_csrf('admsetassuret')?>"><?=$row['assurer']?></a></td>
  </tr>

details on IsAssurer can be found under
/pages/account/55.php

for Assurer listing probably the query on CATS results needs to be executed for each assurer to get the correct results, so the Assurer=1 and Trainings=0
becomes eliminated.
Additional InformationArbitration case a20100212.2
> > * IsAssurer ? Trainings > 0 ? Yes/No
> IsAssurer = True
> Trainings = 0

this behavior has been seen more then once
TagsNo tags attached.
Reviewed by
Test Instructions

Relationships

related to 0001024 closedNEOatNHNG Assurer flag is not set correctly on updatesort.php run 
related to 0001005 closedINOPIAE User is shown in find an Assurer while account is deleted 
child of 0000878 needs work replace locations-database-set with new dataset or alternate solution a20090427.2 

Activities

Uli60

2010-12-24 01:42

updater   ~0001832

report by Peter:
https://lists.cacert.org/wws/arc/cacert-support/2010-12/msg00106.html

>> I think the big issue here is that 'old' assurers who have not passed
>> the assurer challenge still appear in the 'Find an Assurer' search.
> this behavior I cannot confirm as old assurers complained, that
> they are no longer listed ...

I can confirm it, as I was in this category for over a year and I was
very surprised to find that I was still listed.

Issue History

Date Modified Username Field Change
2010-12-23 12:09 Uli60 New Issue
2010-12-24 01:42 Uli60 Note Added: 0001832
2011-05-22 11:51 Uli60 Relationship added parent of 0000878
2011-08-15 10:17 Uli60 Relationship replaced child of 0000878
2011-09-17 19:47 Uli60 Relationship replaced related to 0000878
2011-09-17 19:52 Uli60 Relationship replaced child of 0000878
2012-01-17 09:13 Uli60 Relationship added related to 0001005
2012-06-24 06:03 INOPIAE Relationship added related to 0001024