Actions
Bug #1309
closedWrong include guard in Wt/Auth/PasswordStrengthValidator
Start date:
05/28/2012
Due date:
% Done:
0%
Estimated time:
Description
This header file contains:
#ifndef WT_AUTH_PASSWORD_STRENGHT_VALIDATOR
#define WT_AUTH_PASSWORD_STRENGTH_VALIDATOR
The word "STRENGHT" is mis-spelled on the first line and will thus break compilation if included twice.
Updated by Koen Deforche over 13 years ago
- Status changed from New to Resolved
 - Assignee set to Koen Deforche
 - Target version set to 3.2.2
 
Oops!
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
 
Released in Wt 3.2.2
Actions