diff --git a/db/Sample.sql b/db/Sample.sql
index 2e3151a995cf4cf2c7521becac0a354f9d3e0d24..de7f9a74c9ee529c3ce24914bfbaf898aa20557e 100644
--- a/db/Sample.sql
+++ b/db/Sample.sql
@@ -25,7 +25,7 @@ SET time_zone = "+00:00";
 --
 
 INSERT INTO `accounts` (`ID`, `Login`, `Password`, `EMail`, `UserRoleID`, `ActivationCode`, `isEnabled`, `UserAgent`) VALUES
-(6, 'Abbadon', 'ff6cfea689c242780b084583790e39f5eb03bb91', 'solidovic@gmail.com', 2, NULL, 1, NULL),
+(6, 'Abbadon', 'ff6cfea689c242780b084583790e39f5eb03bb91', 'solidovic@gmail.com', 3, NULL, 1, NULL),
 (7, NULL, NULL, NULL, 1, 'code2', 1, NULL);
 
 --